rm port from dockerfile

main
CTome 2022-09-04 01:41:34 +01:00 committed by GitHub
parent 25f698459f
commit c47dd1165a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -13,4 +13,3 @@ FROM nginx:1.17.10-alpine
RUN rm -r /usr/share/nginx/html/
COPY --from=builder /app/_site/ /usr/share/nginx/html/
EXPOSE 5000