mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2025-09-06 02:30:43 +00:00
Clear History
This commit is contained in:
10
code/scenarios/one-sat-two-base/sat/Dockerfile
Normal file
10
code/scenarios/one-sat-two-base/sat/Dockerfile
Normal file
@@ -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