burtenshaw HF Staff commited on
Commit
bb27936
·
verified ·
1 Parent(s): e64f6d4

Copy public assets into Space image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -27,6 +27,7 @@ ENV HOSTNAME=0.0.0.0
27
 
28
  COPY --from=builder /app/.next/standalone ./
29
  COPY --from=builder /app/.next/static ./.next/static
 
30
 
31
  EXPOSE 7860
32
 
 
27
 
28
  COPY --from=builder /app/.next/standalone ./
29
  COPY --from=builder /app/.next/static ./.next/static
30
+ COPY --from=builder /app/public ./public
31
 
32
  EXPOSE 7860
33