Skip to content

Commit c0aa7e8

Browse files
chore: adds default CMD, ignore config files
1 parent 912cbd8 commit c0aa7e8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ build
66
*.http
77

88
tags
9+
10+
config

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ WORKDIR /arc
5353

5454
EXPOSE 8000
5555
ENTRYPOINT ["build/arc", "--log", "stdout", "--plugins"]
56+
CMD ["--env", "config/docker.env"]

0 commit comments

Comments
 (0)