Merge branch 'no-need-build'

# Conflicts:
#	.dockerignore
#	.gitignore
This commit is contained in:
Louis
2021-10-10 16:34:13 +08:00
6 changed files with 64 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /app
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
COPY . .
RUN npm install --legacy-peer-deps && \
RUN npm ci && \
npm run build && \
npm prune --production && \
chmod +x /app/extra/entrypoint.sh