Skip to content

Commit a27130d

Browse files
committed
Webpack: add missing dir to dist during builds
1 parent bab6745 commit a27130d

File tree

5 files changed

+1367
-950
lines changed

5 files changed

+1367
-950
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ RUN apk update ; apk add git
66
# COPY package*.json /app
77
# RUN npm install
88

9-
CMD [ "npm","run","build" ]
9+
CMD [ "npm","rebuild","node-sass" ]
10+
CMD [ "npm","run","build" ]

0 commit comments

Comments
 (0)