mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2025-12-16 10:45:00 +00:00
Clear History
This commit is contained in:
10
code/scenarios/one-sat-two-base/base/Dockerfile
Normal file
10
code/scenarios/one-sat-two-base/base/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM node:18
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
RUN npm i
|
||||
COPY index.js .
|
||||
|
||||
EXPOSE 3000
|
||||
CMD [ "node", "." ]
|
||||
|
||||
Reference in New Issue
Block a user