fix: no need to cache

This commit is contained in:
Alexander Nicholson 4584443+DragonStuff@users.noreply.github.com
2024-11-19 00:54:11 +09:00
parent 4661388d7c
commit c6a974a676

View File

@@ -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