update frontend dockerfile
Some checks failed
Build and Release Docker Images / build-and-push (./backend, public/Dockerfile, my-website-v2_public) (pull_request) Failing after 21m29s
Build and Release Docker Images / build-and-push (./backend, task/Dockerfile, my-website-v2_task) (pull_request) Failing after 27m31s
Build and Release Docker Images / build-and-push (./frontend, Dockerfile, my-website-v2_frontend) (pull_request) Failing after 20m20s
Build and Release Docker Images / create-release (pull_request) Has been skipped

This commit is contained in:
2025-12-25 13:02:10 -05:00
parent d05f58b67c
commit c116b545fe

View File

@@ -4,10 +4,10 @@ RUN apk add bash
# USER deno # USER deno
RUN deno cache --reload deno.json
COPY . . COPY . .
RUN deno cache --reload deno.json
RUN bash -c 'deno cache main.ts' RUN bash -c 'deno cache main.ts'
RUN bash -c 'deno task build' RUN bash -c 'deno task build'