1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

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

View File

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