Dockerfile account creation with funds
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:latest
|
||||
|
||||
ADD ./ /data
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
RUN npm i
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node","index.js"]
|
Reference in New Issue
Block a user