Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Mar 17, 2024
2 parents 8d5b3c2 + c494a94 commit cadff3e
Show file tree
Hide file tree
Showing 23 changed files with 24,185 additions and 345 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ FROM alpine:3.19
COPY --from=build /go/src/app/app /go/bin/app
COPY --from=build /go/src/app/templates /go/bin/templates
COPY --from=build /go/src/app/docs /go/bin/docs
COPY --from=build /go/src/app/munic_polygons /go/bin/munic_polygons

WORKDIR /go/bin

Expand Down
2 changes: 1 addition & 1 deletion k8s/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: hackqc2024
images:
- name: ghcr.io/clubcedille/hackqc2024
newTag: commit-5746ba2a007245b2d231fe8f9a5f12e59c278b89
newTag: commit-317c6642e0165ccbb9120d791d7b9fef863485c8

resources:
- namespace.yaml
Expand Down
Loading

0 comments on commit cadff3e

Please sign in to comment.