Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Long0x0 committed Oct 31, 2020
1 parent dfd4b49 commit c0df779
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ COPY requirements.txt ./
RUN pip install --upgrade pip && \
pip install --no-cache-dir -r requirements.txt

COPY . .
COPY . /usr/src/app

CMD [ "python", "test.py" ]
RUN pwd && ls

CMD [ "python", "./test.py" ]

0 comments on commit c0df779

Please sign in to comment.