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.
2 parents 3b1f03c + ccad195 commit 52093cfCopy full SHA for 52093cf
Dockerfile
@@ -7,7 +7,8 @@ RUN apk add --upgrade python3 build-base py3-setuptools py3-pip \
7
&& pip3 install --break-system-packages setuptools \
8
&& npm install
9
COPY . .
10
-RUN npm run build
+RUN npm run build --configuration=production
11
+
12
13
FROM wurstbrot/dsomm-yaml-generation:1.16.0 AS yaml
14
0 commit comments