Skip to content

Commit

Permalink
Update Deps + Add Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGingi committed Jun 21, 2024
1 parent e39bcb6 commit 7c338d5
Show file tree
Hide file tree
Showing 4 changed files with 2,129 additions and 751 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN yarn install --frozen-lockfile
COPY --chown=appuser:appgroup . .
RUN yarn build

EXPOSE 3000
CMD ["/home/appuser/.yarn/bin/serve", "-s", "dist", "-l", "3000"]
EXPOSE 3030
CMD ["/home/appuser/.yarn/bin/serve", "-s", "dist", "-l", "3030"]
Loading

0 comments on commit 7c338d5

Please sign in to comment.