1
0
Fork 0

Update Dockerfile

main
Tommy 1 year ago committed by GitHub
parent dc2c01821c
commit 1cda78aa0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ FROM nginx:alpine
LABEL author="Thien Tran" maintainer="contact@tommytran.io"
#Update Alpine
#Updating Alpine
RUN apk upgrade -U
#Copying the code over

Loading…