Simulation Upload Update

This commit is contained in:
2026-02-21 22:21:05 -05:00
parent 4c24b141fe
commit 913f45b51b
20 changed files with 1479 additions and 492 deletions

View File

@@ -22,8 +22,8 @@ RUN CGO_ENABLED=1 GOOS=linux go build -o sim-link-server main.go
FROM alpine:latest
WORKDIR /app
# Install sqlite-libs and tzdata for go-sqlite3 runtime
RUN apk add --no-cache sqlite-libs tzdata
# Install sqlite-libs, tzdata for go-sqlite3 runtime, and ffmpeg for faststart .avi/.mp4 transcoding
RUN apk add --no-cache sqlite-libs tzdata ffmpeg
# Copy built frontend from Stage 1
COPY --from=frontend-builder /app/build ./build