mv cmd
This commit is contained in:
parent
566ee7bde9
commit
2204dcc28a
@ -11,8 +11,8 @@ WORKDIR /app
|
||||
# Bundle app source
|
||||
COPY . /app
|
||||
|
||||
WORKDIR /app/app
|
||||
|
||||
RUN python -m pip install -r requirements.txt
|
||||
|
||||
WORKDIR /app/app
|
||||
|
||||
CMD [ "python", "main.py" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user