Browse Source

fix: remove supervisord file

pull/760/head
Nicolas Giard 5 years ago
parent
commit
51aff58ae0
1 changed files with 0 additions and 1 deletions
  1. 1
      dev/build/Dockerfile

1
dev/build/Dockerfile

@ -36,7 +36,6 @@ RUN apk update && \
WORKDIR /wiki
COPY ./dev/build/supervisord.conf /etc/supervisord.conf
COPY --from=assets /wiki/assets ./assets
COPY --from=assets /wiki/node_modules ./node_modules
COPY ./server ./server

Loading…
Cancel
Save