mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Update laravel demo
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
parent
6cfc12eece
commit
96fc5acc75
@ -5,7 +5,7 @@ COPY package.json /app/
|
|||||||
RUN set -x ; cd /app \
|
RUN set -x ; cd /app \
|
||||||
&& npm install --registry=https://registry.npm.taobao.org
|
&& npm install --registry=https://registry.npm.taobao.org
|
||||||
|
|
||||||
COPY webpack.mix.js /app/
|
COPY webpack.mix.js webpack.config.js tailwind.config.js /app/
|
||||||
COPY resources/ /app/resources/
|
COPY resources/ /app/resources/
|
||||||
|
|
||||||
RUN set -x ; cd /app \
|
RUN set -x ; cd /app \
|
||||||
|
@ -63,7 +63,7 @@ COPY package.json /app/
|
|||||||
RUN set -x ; cd /app \
|
RUN set -x ; cd /app \
|
||||||
&& npm install --registry=https://registry.npm.taobao.org
|
&& npm install --registry=https://registry.npm.taobao.org
|
||||||
|
|
||||||
COPY webpack.mix.js /app/
|
COPY webpack.mix.js webpack.config.js tailwind.config.js /app/
|
||||||
COPY resources/ /app/resources/
|
COPY resources/ /app/resources/
|
||||||
|
|
||||||
RUN set -x ; cd /app \
|
RUN set -x ; cd /app \
|
||||||
@ -181,7 +181,7 @@ COPY package.json /app/
|
|||||||
RUN set -x ; cd /app \
|
RUN set -x ; cd /app \
|
||||||
&& npm install --registry=https://registry.npm.taobao.org
|
&& npm install --registry=https://registry.npm.taobao.org
|
||||||
|
|
||||||
COPY webpack.mix.js /app/
|
COPY webpack.mix.js webpack.config.js tailwind.config.js /app/
|
||||||
COPY resources/ /app/resources/
|
COPY resources/ /app/resources/
|
||||||
|
|
||||||
RUN set -x ; cd /app \
|
RUN set -x ; cd /app \
|
||||||
|
Loading…
Reference in New Issue
Block a user