fix: SQL import in Docker images #202
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ COPY --chown=node:node . .
|
|||
|
||||
ENV NODE_ENV=production
|
||||
RUN npm ci --omit=dev && \
|
||||
npx tsc && \
|
||||
npm run compile && \
|
||||
rm -r src/ tsconfig.json && \
|
||||
npm uninstall typescript @types/sqlite3 && \
|
||||
npm cache clean --force
|
||||
|
|
Loading…
Reference in a new issue