mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-05-25 21:55:28 +00:00
Clear History
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM node:18
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
RUN npm install
|
||||
COPY index.js .
|
||||
|
||||
STOPSIGNAL SIGTERM
|
||||
CMD [ "node", "." ]
|
||||
|
||||
Reference in New Issue
Block a user