Fix runtime errors

This commit is contained in:
Max Isom 2020-10-24 15:42:37 -04:00
parent a51c712da8
commit 60a7658293
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
3 changed files with 14 additions and 76 deletions

View file

@ -19,11 +19,9 @@ COPY . .
RUN npm run build
RUN ls
# Only copy essentials
FROM base AS prod
RUN ls
COPY --from=builder /usr/app/dist dist
RUN npm i --only=prod