summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-05-26 16:20:14 +0200
committerLinnea Gräf <nea@nea.moe>2024-05-26 16:20:14 +0200
commit19b5b4bbe0ced6bb140759b0d9ace73546aad8b0 (patch)
tree7a067c3d2b0bed8c617e08bbdd7c88d5c88f6bbc /Dockerfile
downloadmycelium-warning-19b5b4bbe0ced6bb140759b0d9ace73546aad8b0.tar.gz
mycelium-warning-19b5b4bbe0ced6bb140759b0d9ace73546aad8b0.tar.bz2
mycelium-warning-19b5b4bbe0ced6bb140759b0d9ace73546aad8b0.zip
Initial
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..5288b27
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,3 @@
+FROM node:22
+COPY app.js app.js
+ENTRYPOINT ["node", "app.js"]