FirstCommit

This commit is contained in:
Fabian Stamm
2018-06-29 15:47:19 +02:00
commit 74492e3f6b
52 changed files with 3765 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM node:4.5
ADD . /proxy
RUN cd /proxy; npm install --production
EXPOSE 8080