fix: dockerfile
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 38s

This commit is contained in:
max_richter 2024-12-20 12:09:30 +01:00
parent 540d0549d7
commit 9d698be86f

View File

@ -6,7 +6,7 @@ ENV DENO_DEPLOYMENT_ID=${GIT_REVISION}
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN deno cache main.ts && deno task build RUN deno cache src/server.ts
EXPOSE 8000 EXPOSE 8000