Skip to content

Commit 7ae3e3c

Browse files
Updates for image build.
1 parent 578de46 commit 7ae3e3c

File tree

2 files changed

+1
-2873
lines changed

2 files changed

+1
-2873
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:24.2.0-alpine
22
WORKDIR /opt/app
33
COPY . .
4-
RUN yarn install --frozen-lockfile
4+
RUN yarn install
55
RUN yarn build
66

77
EXPOSE 3000

0 commit comments

Comments
 (0)