You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-15 00:15:15 +02:00
completed schema migration
This commit is contained in:
@ -37,7 +37,7 @@ COPY --from=builder /gosrv /
|
||||
#COPY --from=builder /static /static
|
||||
COPY --from=builder /templates /templates
|
||||
|
||||
ARG gogc="50"
|
||||
ARG gogc="20"
|
||||
ENV GOGC $gogc
|
||||
|
||||
ENTRYPOINT ["/gosrv"]
|
||||
|
Reference in New Issue
Block a user