We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d2111 commit 200486eCopy full SHA for 200486e
dev/build/Dockerfile
@@ -39,8 +39,8 @@ WORKDIR /var/wiki
39
COPY ./dev/build/supervisord.conf /etc/supervisord.conf
40
COPY --from=assets /var/wiki/assets ./assets
41
COPY --from=assets /var/wiki/node_modules ./node_modules
42
-COPY --from=assets /var/wiki/server ./server
43
COPY ./server ./server
+COPY --from=assets /var/wiki/server/views ./server/views
44
COPY ./dev/build/config.yml ./config.yml
45
COPY ./package.json ./package.json
46
COPY ./LICENSE ./LICENSE
0 commit comments