Add a Dockerfile

This commit is contained in:
Guilhem Bonnefille
2020-07-29 11:33:39 +02:00
parent 98e690ec2c
commit bac1f7e27e

10
Dockerfile Normal file
View 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