fix: need to copy sites.json

This commit is contained in:
Derrick Hammer 2023-12-28 00:24:12 -05:00
parent 318d797c5f
commit 6f9735044c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -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