fix: docker overwrite views
This commit is contained in:
parent
48d2111378
commit
200486e0c5
@ -39,8 +39,8 @@ WORKDIR /var/wiki
|
|||||||
COPY ./dev/build/supervisord.conf /etc/supervisord.conf
|
COPY ./dev/build/supervisord.conf /etc/supervisord.conf
|
||||||
COPY --from=assets /var/wiki/assets ./assets
|
COPY --from=assets /var/wiki/assets ./assets
|
||||||
COPY --from=assets /var/wiki/node_modules ./node_modules
|
COPY --from=assets /var/wiki/node_modules ./node_modules
|
||||||
COPY --from=assets /var/wiki/server ./server
|
|
||||||
COPY ./server ./server
|
COPY ./server ./server
|
||||||
|
COPY --from=assets /var/wiki/server/views ./server/views
|
||||||
COPY ./dev/build/config.yml ./config.yml
|
COPY ./dev/build/config.yml ./config.yml
|
||||||
COPY ./package.json ./package.json
|
COPY ./package.json ./package.json
|
||||||
COPY ./LICENSE ./LICENSE
|
COPY ./LICENSE ./LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user