Skip to content
Snippets Groups Projects

Fix #799

Closed Hannes Heine requested to merge pr810head into pr810base
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -24,4 +24,5 @@ RUN yarn run build
FROM base as production
ENV NODE_ENV=production
COPY --from=builder /nitro-backend/dist ./dist
COPY ./public/img/ ./public/img/
RUN yarn install --frozen-lockfile --non-interactive
Loading