diff --git a/Dockerfile b/Dockerfile index 20c4eb0..0d2ed48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ # Dockerfile FROM alpine -COPY outsystemscc /app -ENTRYPOINT ["/app"] +COPY outsystemscc /app/ +ENTRYPOINT ["/app/outsystemscc"]