Config files for my server. Except not my secrets

fix code :skull:

vielle.dev b8e04109 76e50f1f

verified
Changed files
+1 -1
landing
+1 -1
landing/Dockerfile
··· 3 4 COPY ./ /app 5 RUN deno install 6 - RUN deno bundle --unstable-raw-imports --output bundle.js /app/landing.ts 7 8 CMD deno --allow-net --unstable-temporal bundle.js
··· 3 4 COPY ./ /app 5 RUN deno install 6 + RUN deno bundle --unstable-raw-imports --output bundle.js /app/index.ts 7 8 CMD deno --allow-net --unstable-temporal bundle.js