diff --git a/Dockerfile b/Dockerfile index 9f4372d..f762a86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ COPY --from=builder /app/kcl-playground . EXPOSE 80 -CMD ["./kcl-playground -deploy"] +CMD ["/app/kcl-playground", "-deploy"]