Skip to content

Commit

Permalink
expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyyjy committed Apr 30, 2024
1 parent 28415ab commit a8a0119
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 @@ -8,4 +8,6 @@ RUN --mount=type=bind,target=./package.json,src=./package.json \
COPY ./src src/
COPY ./example example/

EXPOSE 8000

CMD ["node", "example/server.js"]

0 comments on commit a8a0119

Please sign in to comment.