Skip to content

Commit

Permalink
Exposed port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikstdl authored Mar 16, 2024
1 parent 62ab163 commit 29e48b1
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 @@ -88,4 +88,6 @@ COPY --from=build /app/package.json /app/package.json
# copy backend files
COPY ./backend .

EXPOSE 8080

CMD [ "bash", "start.sh"]

0 comments on commit 29e48b1

Please sign in to comment.