working on pdf export
This commit is contained in:
@@ -14,6 +14,7 @@ COPY . .
|
||||
RUN go build -o server .
|
||||
|
||||
FROM alpine
|
||||
RUN apk add --no-cache tzdata
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/server /app/server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user