diff --git a/Docker/Dockerfile b/Docker/Dockerfile index ca14e53..60d882a 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -2,5 +2,6 @@ FROM alpine:latest # Copy Binary (Currently Just a file) -Copy ../Build/app +COPY /binaries/app /app +CMD ["/app"] \ No newline at end of file