fix docker

master
lauren n. liberda 2023-04-21 17:53:04 +02:00
parent be7ad262e5
commit 31a5910c2e
No known key found for this signature in database
GPG Key ID: 734C629FD04BD319
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ FROM node:20-alpine as runner
WORKDIR /app
RUN apk add --no-cache vips-cpp
COPY package.json .
COPY --from=builder /app/node_modules /app/node_modules
COPY --from=builder /app/dist /app/dist
EXPOSE 8009