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 WORKDIR /app
COPY --from=go-builder /app/server . COPY --from=go-builder /app/server .
COPY --from=frontend-builder /app/frontend/dist ./frontend/dist COPY --from=frontend-builder /app/frontend/dist ./frontend/dist
EXPOSE 8080 EXPOSE 8082
CMD ["./server"] CMD ["./server"]

View File

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