We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578de46 commit 7ae3e3cCopy full SHA for 7ae3e3c
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:24.2.0-alpine
2
WORKDIR /opt/app
3
COPY . .
4
-RUN yarn install --frozen-lockfile
+RUN yarn install
5
RUN yarn build
6
7
EXPOSE 3000
0 commit comments