Skip to content

Commit

Permalink
fix(Dockerfile): expose admin api port to docker network
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Nov 16, 2024
1 parent 7f0defa commit 15b7521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM node:18-alpine3.18
RUN apk update && apk add ffmpeg

WORKDIR /srv/www
EXPOSE 5000
EXPOSE 5000 5500
ENTRYPOINT NODE_ENV=production npm start

COPY --from=builder /srv/www/node_modules ./node_modules
Expand Down

0 comments on commit 15b7521

Please sign in to comment.