Skip to content

Commit e252aa2

Browse files
authored
Fix npm build command syntax in Dockerfile
1 parent 8be21c2 commit e252aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY package.json package-lock.json ./
66
RUN apk add --upgrade python3 build-base \
77
&& npm install
88
COPY . .
9-
RUN npm run build --configuration production
9+
RUN npm run build --configuration=production
1010

1111
FROM wurstbrot/dsomm-yaml-generation:1.16.0 AS yaml
1212

0 commit comments

Comments
 (0)