Skip to content

Commit

Permalink
Add build step to Dockerfile for application compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFalloutOf76 committed Dec 10, 2024
1 parent fccf943 commit 0beb4f3
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 @@ -5,5 +5,6 @@ COPY package*.json ./
RUN npm install

COPY . .
RUN npm run build

CMD ["npm", "start"]

0 comments on commit 0beb4f3

Please sign in to comment.