Skip to content

Commit

Permalink
feat: add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hegeaal committed Nov 13, 2023
1 parent 3a3d095 commit 9b00162
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/service-catalog/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM node:18-alpine
WORKDIR /app
COPY dist/apps/service-catalog ./
ENV NODE_ENV=$NODE_ENV
RUN yarn
CMD yarn next start -p 8080

0 comments on commit 9b00162

Please sign in to comment.