editazzz commited on
Commit
4929b7b
·
verified ·
1 Parent(s): 0347c26

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.9
2
  WORKDIR /code
3
- COPY requirements.txt/code/requirements.txt
4
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
5
  RUN useradd user
6
  USER user
 
1
  FROM python:3.9
2
  WORKDIR /code
3
+ COPY requirements.txt /code/requirements.txt
4
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
5
  RUN useradd user
6
  USER user