Skip to content

Commit 52093cf

Browse files
authored
Merge branch 'main' into fix/build
2 parents 3b1f03c + ccad195 commit 52093cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN apk add --upgrade python3 build-base py3-setuptools py3-pip \
77
&& pip3 install --break-system-packages setuptools \
88
&& npm install
99
COPY . .
10-
RUN npm run build
10+
RUN npm run build --configuration=production
11+
1112

1213
FROM wurstbrot/dsomm-yaml-generation:1.16.0 AS yaml
1314

0 commit comments

Comments
 (0)