Skip to content

Commit 96fc5ac

Browse files
committed
Update laravel demo
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1 parent 6cfc12e commit 96fc5ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

image/multistage-builds/example/laravel/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY package.json /app/
55
RUN set -x ; cd /app \
66
&& npm install --registry=https://registry.npm.taobao.org
77

8-
COPY webpack.mix.js /app/
8+
COPY webpack.mix.js webpack.config.js tailwind.config.js /app/
99
COPY resources/ /app/resources/
1010

1111
RUN set -x ; cd /app \

image/multistage-builds/laravel.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ COPY package.json /app/
6363
RUN set -x ; cd /app \
6464
&& npm install --registry=https://registry.npm.taobao.org
6565
66-
COPY webpack.mix.js /app/
66+
COPY webpack.mix.js webpack.config.js tailwind.config.js /app/
6767
COPY resources/ /app/resources/
6868
6969
RUN set -x ; cd /app \
@@ -181,7 +181,7 @@ COPY package.json /app/
181181
RUN set -x ; cd /app \
182182
&& npm install --registry=https://registry.npm.taobao.org
183183
184-
COPY webpack.mix.js /app/
184+
COPY webpack.mix.js webpack.config.js tailwind.config.js /app/
185185
COPY resources/ /app/resources/
186186
187187
RUN set -x ; cd /app \

0 commit comments

Comments
 (0)