Copy public assets into Space image
Browse files- 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 |
|