This commit is contained in:
2025-04-24 12:13:58 -06:00
parent f33dc130b8
commit a0edba63bc

View File

@ -11,7 +11,6 @@ COPY lib/ ./lib/
COPY posts/ ./posts/ COPY posts/ ./posts/
COPY routes/ ./routes/ COPY routes/ ./routes/
COPY static/ ./static/ COPY static/ ./static/
COPY utils/ ./utils/
RUN deno cache main.ts RUN deno cache main.ts