1
0
Fork 0

Update Dockerfile

main
Tommy 2021-10-13 19:28:59 +07:00 committed by GitHub
parent 1d357de7eb
commit dc2c01821c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -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