Add a Dockerfile
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM node:latest
|
||||
|
||||
RUN mkdir -p /opt/openkarotz-emulator
|
||||
COPY . /opt/openkarotz-emulator
|
||||
|
||||
WORKDIR /opt/openkarotz-emulator
|
||||
EXPOSE 80
|
||||
|
||||
CMD node index.js
|
||||
|
||||
Reference in New Issue
Block a user