fix docker build
All checks were successful
Docker Build and Publish / publish (push) Successful in 1m37s
All checks were successful
Docker Build and Publish / publish (push) Successful in 1m37s
This commit is contained in:
@@ -34,7 +34,6 @@ WORKDIR $NON_ROOT_USER_HOME
|
||||
COPY --from=bunbuilder /opt/app-root/public /opt/app-root/public
|
||||
COPY --from=gobuilder /usr/local/bin/calculate_negative_points /usr/local/bin/calculate_negative_points
|
||||
COPY --from=gobuilder /opt/app-root/internal/views /opt/app-root/views
|
||||
COPY --from=gobuilder /opt/app-root/db/migrations /opt/app-root/migrations
|
||||
COPY config/ /opt/app-root/config
|
||||
|
||||
ENV TZ=America/Detroit
|
||||
|
||||
2
Makefile
2
Makefile
@@ -82,7 +82,7 @@ test-until-fail:
|
||||
.PHONY: clean
|
||||
clean: $(BINDIR)
|
||||
@printf "\nCleaning output files...\n"
|
||||
rm -f $(BINDIR)/calculate_negative_points $(BINDIR)/sync_from_samsara
|
||||
rm -f $(BINDIR)/calculate_negative_points
|
||||
|
||||
.PHONY: buildbins
|
||||
buildbins: $(BINDIR)
|
||||
|
||||
@@ -6,7 +6,6 @@ app_secret_block: "a55152f70362669c6ea18f17f593ff3b"
|
||||
path_prefix: "."
|
||||
paths:
|
||||
credentials: "config/credentials"
|
||||
migrations: "db/migrations"
|
||||
public: "public"
|
||||
views: "internal/views"
|
||||
oidc:
|
||||
|
||||
@@ -3,7 +3,6 @@ app_secret_block: "override_me"
|
||||
path_prefix: "/opt/app-root"
|
||||
paths:
|
||||
credentials: "config/credentials"
|
||||
migrations: "migrations"
|
||||
public: "public"
|
||||
views: "views"
|
||||
idms:
|
||||
|
||||
1
internal/config/testdata/settings.test.yml
vendored
1
internal/config/testdata/settings.test.yml
vendored
@@ -2,7 +2,6 @@ app_secret: "app secret"
|
||||
app_secret_block: "app secret block hash"
|
||||
path_prefix: "."
|
||||
paths:
|
||||
migrations: "db/migrations"
|
||||
credentials: "config/credentials"
|
||||
match_threshold: 3
|
||||
nocodb:
|
||||
|
||||
Reference in New Issue
Block a user