Fix Dockerfile

This commit is contained in:
2026-01-06 16:54:29 -05:00
committed by Djalim Simaila
parent e111d5be28
commit 6371fca14a
+1 -1
View File
@@ -3,10 +3,10 @@ FROM denoland/deno:alpine
WORKDIR /app
COPY . .
RUN deno cache main.ts --allow-import
RUN deno task build
USER deno
EXPOSE 80
EXPOSE 443