Fix: copy server/ directory into Docker runtime image

This commit is contained in:
nmemmert
2026-05-04 14:03:47 -04:00
parent 3b91fac6a7
commit 554c248ea7
+1
View File
@@ -18,6 +18,7 @@ RUN npm ci --omit=dev
COPY --from=build /app/dist ./dist COPY --from=build /app/dist ./dist
COPY server.js ./server.js COPY server.js ./server.js
COPY server/ ./server/
COPY --from=build /app/A_Study_of_Titus.pdf ./A_Study_of_Titus.pdf COPY --from=build /app/A_Study_of_Titus.pdf ./A_Study_of_Titus.pdf
# Copy seed data to a separate directory so the entrypoint can seed /app/data # Copy seed data to a separate directory so the entrypoint can seed /app/data