This commit is contained in:
2026-03-01 02:01:35 -08:00
parent 3bc29d1aff
commit 531dbf5016
2 changed files with 3 additions and 2 deletions

View File

@@ -20,5 +20,5 @@ RUN apk add --no-cache ffmpeg
WORKDIR /app
COPY --from=go-builder /app/server .
COPY --from=frontend-builder /app/frontend/dist ./frontend/dist
EXPOSE 8080
EXPOSE 8082
CMD ["./server"]