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"]

View File

@@ -16,9 +16,10 @@ services:
context: .
dockerfile: DockerFile
ports:
- "8080:8080"
- "8082:8082"
volumes:
- aroll_tmp:/tmp/aroll-uploads
volumes:
aroll_tmp: