Skip to content

Commit 5ff144e

Browse files
committed
fix: correct dockerfile
1 parent 7fa317f commit 5ff144e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ RUN mkdir /etc/void
44
RUN apk --update add --no-cache ca-certificates
55

66
COPY void /bin/void
7-
COPY config.yaml /etc/void/config.yaml
7+
COPY deployment/config/config.yaml /etc/void/config.yaml
88

99
CMD /bin/void

deployment/k8s/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: void-container
17-
image: ghcr.io/devnw/void:v0.0.1-beta7
17+
image: ghcr.io/devnw/void:v0.0.10-beta2
1818
ports:
1919
- containerPort: 53
2020
resources:

0 commit comments

Comments
 (0)