diff --git a/Dockerfile b/Dockerfile index 7ba47647..1c07992f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ EXPOSE 8080 WORKDIR /app COPY --from=builder /builder/app ./app COPY --from=builder /builder/views ./views -CMD ./app \ No newline at end of file +CMD ls -lah && ./app \ No newline at end of file