move code to /
This commit is contained in:
parent
5db3540d52
commit
c64fe9a310
1 changed files with 2 additions and 3 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue