We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ed941 commit 8084048Copy full SHA for 8084048
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /home/container
4
LABEL org.opencontainers.image.source="https://github.com/casterlabs/tcp-proxy"
5
6
# code
7
-COPY ./launch.sh /home/container
+COPY ./docker_launch.sh /home/container
8
COPY ./target/tcp-proxy.jar /home/container
9
RUN chmod +x launch.sh
10
0 commit comments