Skip to content

Commit 5662af6

Browse files
authored
Dockerfile: Maintains compatibility with original version (#7)
Signed-off-by: utam0k <utam0k@preferred.jp>
1 parent a682a35 commit 5662af6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.release

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:bullseye-slim
22
WORKDIR /
3-
COPY manager /usr/local/bin/manager
4-
COPY apiextension /usr/local/bin/apiextension
5-
ENTRYPOINT ["/usr/local/bin/manager"]
3+
COPY manager /manager
4+
COPY apiextension /apiextension
5+
ENTRYPOINT ["/manager"]

0 commit comments

Comments
 (0)