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=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 /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/internal/views /opt/app-root/views
|
||||||
COPY --from=gobuilder /opt/app-root/db/migrations /opt/app-root/migrations
|
|
||||||
COPY config/ /opt/app-root/config
|
COPY config/ /opt/app-root/config
|
||||||
|
|
||||||
ENV TZ=America/Detroit
|
ENV TZ=America/Detroit
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -82,7 +82,7 @@ test-until-fail:
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: $(BINDIR)
|
clean: $(BINDIR)
|
||||||
@printf "\nCleaning output files...\n"
|
@printf "\nCleaning output files...\n"
|
||||||
rm -f $(BINDIR)/calculate_negative_points $(BINDIR)/sync_from_samsara
|
rm -f $(BINDIR)/calculate_negative_points
|
||||||
|
|
||||||
.PHONY: buildbins
|
.PHONY: buildbins
|
||||||
buildbins: $(BINDIR)
|
buildbins: $(BINDIR)
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ app_secret_block: "a55152f70362669c6ea18f17f593ff3b"
|
|||||||
path_prefix: "."
|
path_prefix: "."
|
||||||
paths:
|
paths:
|
||||||
credentials: "config/credentials"
|
credentials: "config/credentials"
|
||||||
migrations: "db/migrations"
|
|
||||||
public: "public"
|
public: "public"
|
||||||
views: "internal/views"
|
views: "internal/views"
|
||||||
oidc:
|
oidc:
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ app_secret_block: "override_me"
|
|||||||
path_prefix: "/opt/app-root"
|
path_prefix: "/opt/app-root"
|
||||||
paths:
|
paths:
|
||||||
credentials: "config/credentials"
|
credentials: "config/credentials"
|
||||||
migrations: "migrations"
|
|
||||||
public: "public"
|
public: "public"
|
||||||
views: "views"
|
views: "views"
|
||||||
idms:
|
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"
|
app_secret_block: "app secret block hash"
|
||||||
path_prefix: "."
|
path_prefix: "."
|
||||||
paths:
|
paths:
|
||||||
migrations: "db/migrations"
|
|
||||||
credentials: "config/credentials"
|
credentials: "config/credentials"
|
||||||
match_threshold: 3
|
match_threshold: 3
|
||||||
nocodb:
|
nocodb:
|
||||||
|
|||||||
Reference in New Issue
Block a user