Skip to content

Commit c55ff28

Browse files
committed
Update Dockerfile
I need coffee.
1 parent 8084048 commit c55ff28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LABEL org.opencontainers.image.source="https://github.com/casterlabs/tcp-proxy"
66
# code
77
COPY ./docker_launch.sh /home/container
88
COPY ./target/tcp-proxy.jar /home/container
9-
RUN chmod +x launch.sh
9+
RUN chmod +x docker_launch.sh
1010

1111
# entrypoint
12-
CMD [ "./launch.sh" ]
12+
CMD [ "./docker_launch.sh" ]
1313
EXPOSE 8000/tcp

0 commit comments

Comments
 (0)