Browse Source

fix: remove wait.sh from dockerfile

pull/1548/head
NGPixel 4 years ago
parent
commit
ed0988fed0
1 changed files with 0 additions and 1 deletions
  1. 1
      dev/build/Dockerfile

1
dev/build/Dockerfile

@ -39,7 +39,6 @@ COPY --chown=node:node --from=assets /wiki/node_modules ./node_modules
COPY --chown=node:node ./server ./server
COPY --chown=node:node --from=assets /wiki/server/views ./server/views
COPY --chown=node:node ./dev/build/config.yml ./config.yml
COPY --chown=node:node ./dev/docker-common/wait.sh ./wait.sh
COPY --chown=node:node ./package.json ./package.json
COPY --chown=node:node ./LICENSE ./LICENSE

Loading…
Cancel
Save