Skip to content

Commit 520a85d

Browse files
committed
update webpack and use cli
1 parent da3d641 commit 520a85d

File tree

4 files changed

+416
-31
lines changed

4 files changed

+416
-31
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY package.json package-lock.json /opt/conditional/
1111

1212
RUN npm ci
1313

14-
COPY build*.js /opt/conditional
14+
COPY build*.js webpack.config.js /opt/conditional
1515
COPY frontend /opt/conditional/frontend
1616

1717
RUN npm run build

0 commit comments

Comments
 (0)