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 464dfd2 commit ca4aa5c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ FROM python:3

WORKDIR /usr/src/app

COPY requirements.txt ./
COPY . ./

RUN pip install --upgrade pip && \
pip install --no-cache-dir -r requirements.txt

COPY . /usr/src/app

RUN pwd && ls
# COPY . /usr/src/app

CMD [ "python", "/usr/src/app/test.py" ]

0 comments on commit ca4aa5c

Please sign in to comment.