Skip to content

Commit 1979de9

Browse files
committed
Now we're getting the docker file working properly :)
1 parent 723a3d0 commit 1979de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:22-alpine
22
WORKDIR /app
33
COPY package*.json ./
4-
RUN npm ci --only=production
4+
RUN yarn install
55
COPY . .
66
EXPOSE 3001
77
CMD ["npm", "start"]

0 commit comments

Comments
 (0)