This commit is contained in:
2022-10-20 10:36:29 +02:00
parent c37d824191
commit 79d9f55fdc
44 changed files with 130 additions and 371 deletions

View File

@@ -19,8 +19,8 @@ RUN apk --no-cache add ca-certificates
WORKDIR /app
COPY --from=builder /go/bin/noscomptes .
COPY --from=builder /go/bin/budgets .
EXPOSE 8080
ENTRYPOINT ["/app/noscomptes"]
ENTRYPOINT ["/app/budgets"]
CMD ["serve", "--logformat", "json", "--loglevel", "debug"]