add missing expose to Dockerfile

This commit is contained in:
Shyim 2022-03-01 08:12:31 +01:00 committed by Steven Tang
parent 302eb33b1b
commit 52269c780f
1 changed files with 2 additions and 0 deletions

View File

@ -56,4 +56,6 @@ COPY --from=build-env /app .
VOLUME /data
EXPOSE 3000
ENTRYPOINT /app/entrypoint.sh