Skip to content

Commit 8084048

Browse files
committed
Update Dockerfile
1 parent 54ed941 commit 8084048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /home/container
44
LABEL org.opencontainers.image.source="https://github.com/casterlabs/tcp-proxy"
55

66
# code
7-
COPY ./launch.sh /home/container
7+
COPY ./docker_launch.sh /home/container
88
COPY ./target/tcp-proxy.jar /home/container
99
RUN chmod +x launch.sh
1010

0 commit comments

Comments
 (0)