Docker static html and model open fix

This commit is contained in:
2026-04-05 12:46:21 -04:00
parent 5a438fa5c8
commit 1cd3444ef1
4 changed files with 37 additions and 27 deletions
+1
View File
@@ -23,5 +23,6 @@ RUN apk add --no-cache libgcc sqlite-libs openssl
COPY --from=frontend-builder /app/build /app/build
COPY --from=backend-builder /app/server/target/release/server /app/server
ENV PORT=3000
ENV STATIC_DIR=/app/build
EXPOSE 3000
CMD ["/app/server"]