aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2024-07-14 15:17:48 -0500
committerMark Powers <mark@marks.kitchen>2024-07-14 15:17:48 -0500
commitcfe7d7d4c4f9bac7262f495b770da8ad64c5e6c2 (patch)
tree18e4a9a8d7e98baec1d6b612a4cb151c69270edb /Dockerfile
parentba26da4ac06807cde20ca2ee52064f66829f0348 (diff)
Add docker configurationHEADmaster
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..394e0e8
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,11 @@
+FROM node:20-alpine
+
+COPY package.json .
+COPY package-lock.json .
+
+RUN apk add python3 make build-base
+RUN npm install
+
+COPY src/ ./src
+
+CMD node src/