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 8be21c2 commit e252aa2Copy full SHA for e252aa2
Dockerfile
@@ -6,7 +6,7 @@ COPY package.json package-lock.json ./
6
RUN apk add --upgrade python3 build-base \
7
&& npm install
8
COPY . .
9
-RUN npm run build --configuration production
+RUN npm run build --configuration=production
10
11
FROM wurstbrot/dsomm-yaml-generation:1.16.0 AS yaml
12
0 commit comments