Skip to content

Commit d897323

Browse files
authored
Update Dockerfile.node-builder
Removed missing file from image.
1 parent a496b54 commit d897323

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile.node-builder

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ RUN apk add --no-cache --virtual .gyp git python3 make g++ libc6-compat
99
RUN npm config set unsafe-perm true
1010
ADD package*.json ./
1111
RUN npm install
12-
ADD create_archive.js .
1312
ADD webpack.config.js .
1413
COPY src ./src
1514
# --legacy-peer-deps
16-
CMD npm run css-prod && npm run webpack-prod
15+
CMD npm run css-prod && npm run webpack-prod

0 commit comments

Comments
 (0)