Skip to content

Commit

Permalink
expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
eliknebel committed Nov 4, 2024
1 parent 67cb9d7 commit c05da54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ COPY --from=builder --chown=nobody:root /app /app

USER nobody

EXPOSE 3000

ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["run"]

0 comments on commit c05da54

Please sign in to comment.