chore: update Dockerfile (#3503)

Add Expose port
This commit is contained in:
Johannes Engelke 2024-02-20 03:42:32 +01:00 committed by GitHub
parent 5b86ee393f
commit 11b93ddfa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,4 +39,6 @@ COPY docker-entrypoint.sh /app/
# COPY docker-entrypoint.sh /usr/local/bin/
# ENTRYPOINT ["docker-entrypoint.sh"]
EXPOSE 80/tcp
CMD ["/app/docker-entrypoint.sh"]