We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecd166 commit 353a1d4Copy full SHA for 353a1d4
.github/.docker/Dockerfile
@@ -6,4 +6,6 @@ WORKDIR /enstate
6
7
COPY target/release/enstate /enstate/enstate
8
9
+RUN chmod +x /enstate/enstate
10
+
11
CMD ["/enstate/enstate"]
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
with:
80
push: true
81
file: .github/.docker/Dockerfile
82
- context: packages/app
+ context: .
83
tags: ${{ steps.meta.outputs.tags }}
84
labels: ${{ steps.meta.outputs.labels }}
85
cache-from: type=registry,ref=ghcr.io/v3xlabs/enstate:edge
0 commit comments