Browse Source

move code to /

Davide Alberani 6 years ago
parent
commit
c64fe9a310
1 changed files with 2 additions and 3 deletions
  1. 2 3
      Dockerfile

+ 2 - 3
Dockerfile

@@ -16,9 +16,8 @@ RUN \
 	pip3 install eventbrite && \
 	rm -rf /var/lib/apt/lists/*
 
-RUN mkdir -p /opt/eventman/
-COPY . /opt/eventman/
+COPY . /eventman
 
-WORKDIR /opt/eventman/
+WORKDIR /eventman/
 ENTRYPOINT ["./eventman_server.py"]
 CMD ["--debug", "--mongo_url=mongodb://mongo"]