diff --git a/Dockerfile b/Dockerfile index b21ae06..207b53b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ # Dockerfile FROM alpine COPY outsystemscc /app/ -ENTRYPOINT ["/app/outsystemscc"] \ No newline at end of file +ENTRYPOINT ["/app/outsystemscc"] \ No newline at end of file