File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY package.json /app/
5
5
RUN set -x ; cd /app \
6
6
&& npm install --registry=https://registry.npm.taobao.org
7
7
8
- COPY webpack.mix.js /app/
8
+ COPY webpack.mix.js webpack.config.js tailwind.config.js /app/
9
9
COPY resources/ /app/resources/
10
10
11
11
RUN set -x ; cd /app \
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ COPY package.json /app/
63
63
RUN set -x ; cd /app \
64
64
&& npm install --registry=https://registry.npm.taobao.org
65
65
66
- COPY webpack.mix.js /app/
66
+ COPY webpack.mix.js webpack.config.js tailwind.config.js /app/
67
67
COPY resources/ /app/resources/
68
68
69
69
RUN set -x ; cd /app \
@@ -181,7 +181,7 @@ COPY package.json /app/
181
181
RUN set -x ; cd /app \
182
182
&& npm install --registry=https://registry.npm.taobao.org
183
183
184
- COPY webpack.mix.js /app/
184
+ COPY webpack.mix.js webpack.config.js tailwind.config.js /app/
185
185
COPY resources/ /app/resources/
186
186
187
187
RUN set -x ; cd /app \
You can’t perform that action at this time.
0 commit comments