Skip to content

Commit 116bf1c

Browse files
committed
update dockerfile so we can accept args
1 parent 5f257b9 commit 116bf1c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ghcr-push.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Build and Push Docker Image
22

3-
permissions:
4-
contents: write
5-
packages: write
6-
73
on:
84
push:
95
branches:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY src ./src
1111
RUN cargo build --release
1212

1313
# Set the default command to run the log generator with the desired arguments
14-
CMD ["./target/release/log-generator"]
14+
ENTRYPOINT ["./target/release/log-generator"]

0 commit comments

Comments
 (0)