update expose port so its clear

This commit is contained in:
Blair Vanderlugt 2021-09-21 15:00:47 +03:00
parent 693aa6e770
commit 09382696e3
1 changed files with 2 additions and 0 deletions

View File

@ -16,4 +16,6 @@ FROM openresty/openresty:buster-fat
COPY --from=build /app/output /var/www/pelican/output/
EXPOSE 80
COPY nginx.conf /etc/nginx/conf.d/default.conf