Forráskód Böngészése

fix: web dockfile (#883)

zxhlyh 1 éve%!(EXTRA string=óta)
szülő
commit
a58f95fa91
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      web/Dockerfile

+ 1 - 0
web/Dockerfile

@@ -34,6 +34,7 @@ ENV PORT 3000
 
 
 WORKDIR /app/web
+COPY --from=builder /app/web/public ./public
 COPY --from=builder /app/web/.next/standalone ./
 COPY --from=builder /app/web/.next/static ./.next/static