Skip to content

Commit

Permalink
add exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 committed Sep 8, 2024
1 parent 0dfa387 commit 8e9b439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-builds/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ COPY . /build/
WORKDIR /build

RUN yarn install && \
bb release-server && \
bb compile-contracts
bb release-server && \
bb compile-contracts

EXPOSE 6300 3000
ENTRYPOINT ["node", "server/streamtide_server.js"]

0 comments on commit 8e9b439

Please sign in to comment.