adrewtran117 commited on
Commit
da42e2e
·
1 Parent(s): f9b7dd3

Add data file to runtime

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -36,6 +36,7 @@ COPY --from=builder /app/package*.json ./
36
  COPY --from=builder /app/node_modules ./node_modules
37
  COPY --from=builder /app/.next ./.next
38
  COPY --from=builder /app/public ./public
 
39
  COPY --from=builder /app/next.config.mjs ./next.config.mjs
40
 
41
  # Expose a common port (informational). Hugging Face Spaces will inject $PORT at runtime
 
36
  COPY --from=builder /app/node_modules ./node_modules
37
  COPY --from=builder /app/.next ./.next
38
  COPY --from=builder /app/public ./public
39
+ COPY --from=builder /app/data ./data
40
  COPY --from=builder /app/next.config.mjs ./next.config.mjs
41
 
42
  # Expose a common port (informational). Hugging Face Spaces will inject $PORT at runtime