Skip to content

Commit

Permalink
chore: add EXPOSE do Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
coldrunMateusz committed May 27, 2024
1 parent d029f56 commit 25487ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ COPY data data
RUN yarn build
USER node

EXPOSE 3000

CMD ["node", "src/server.js"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-mock",
"version": "0.0.1",
"version": "0.0.2",
"description": "Simple API Mock powered by OpenAPI Specification",
"author": "Rafal Galka <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 25487ea

Please sign in to comment.