Simulation Upload Update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user