Skip to content

Commit

Permalink
Fix Docker File
Browse files Browse the repository at this point in the history
  • Loading branch information
brubluenel committed Sep 12, 2024
1 parent cb17829 commit 3ab6e75
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
@@ -1,6 +1,7 @@
FROM node:18
RUN mkdir -p /var/app/happiness-backend
WORKDIR /var/app/happiness-backend
COPY package*.json ./
RUN npm install
COPY . .
RUN npm run build
Expand Down

0 comments on commit 3ab6e75

Please sign in to comment.