Fixed Dockerfile not working in dev

This commit is contained in:
Alex Tran 2022-11-09 23:34:35 -06:00
parent cc61729f01
commit c3348bd068
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A
2 changed files with 0 additions and 2 deletions

View file

@ -17,7 +17,6 @@ RUN npm rebuild @tensorflow/tfjs-node --build-from-source
COPY . .
RUN npm run build
RUN npm prune --omit=dev
# Prod stage
FROM node:16-bullseye-slim

View file

@ -11,7 +11,6 @@ RUN npm ci
COPY . .
RUN npm run build
RUN npm prune --omit=dev
# Prod stage
FROM node:16-alpine3.14