diff --git a/Dockerfile b/Dockerfile index 7b93e59..270daf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,6 @@ RUN deno cache src/main.ts # Copy source code COPY . . -# Compile the app -RUN deno cache src/main.ts - # Expose the port EXPOSE 3000