Skip to content

Commit

Permalink
Merge pull request #52 from JacekZubielik/dev
Browse files Browse the repository at this point in the history
fix(docker): expose port
  • Loading branch information
JacekZubielik authored May 23, 2024
2 parents e41473a + 241adaf commit 02810e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ RUN npm install
COPY . .

RUN npm run build
EXPOSE 3000

CMD ["npm", "run", "start"]

0 comments on commit 02810e1

Please sign in to comment.