Skip to content

Commit 353a1d4

Browse files
committed
Update docker build paths
1 parent 2ecd166 commit 353a1d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/.docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ WORKDIR /enstate
66

77
COPY target/release/enstate /enstate/enstate
88

9+
RUN chmod +x /enstate/enstate
10+
911
CMD ["/enstate/enstate"]

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
push: true
8181
file: .github/.docker/Dockerfile
82-
context: packages/app
82+
context: .
8383
tags: ${{ steps.meta.outputs.tags }}
8484
labels: ${{ steps.meta.outputs.labels }}
8585
cache-from: type=registry,ref=ghcr.io/v3xlabs/enstate:edge

0 commit comments

Comments
 (0)