fix: need to copy sites.json
This commit is contained in:
parent
318d797c5f
commit
6f9735044c
|
@ -23,10 +23,11 @@ WORKDIR /app
|
|||
# Copy built artifacts from the builder stage
|
||||
COPY --from=builder /app/build /app/build
|
||||
COPY --from=builder /app/node_modules /app/node_modules
|
||||
COPY --from=builder /app/package.json /app/
|
||||
COPY --from=builder /app/package.json /app
|
||||
COPY --from=builder /app/scripts /app/scripts
|
||||
COPY --from=builder /app/app /app/app/
|
||||
COPY --from=builder /app/prisma /app/prisma/
|
||||
COPY --from=builder /app/sites.json /app
|
||||
|
||||
RUN apt-get update -y && apt-get install -y openssl
|
||||
|
||||
|
|
Loading…
Reference in New Issue