@ -3,7 +3,7 @@ FROM nginx:alpine
LABEL author="Thien Tran" maintainer="contact@tommytran.io"
#Update Alpine
apk upgrade -U
RUN apk upgrade -U
#Copying the code over
COPY . /usr/share/nginx/html