tangled
alpha
login
or
join now
vielle.dev
/
server-config
Config files for my server. Except not my secrets
2
fork
atom
overview
issues
pulls
pipelines
fix code :skull:
vielle.dev
1 month ago
b8e04109
76e50f1f
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
options
unified
split
Changed files
+1
-1
landing
Dockerfile
+1
-1
landing/Dockerfile
···
3
3
4
4
COPY ./ /app
5
5
RUN deno install
6
6
-
RUN deno bundle --unstable-raw-imports --output bundle.js /app/landing.ts
6
6
+
RUN deno bundle --unstable-raw-imports --output bundle.js /app/index.ts
7
7
8
8
CMD deno --allow-net --unstable-temporal bundle.js