Skip to content
Snippets Groups Projects
Commit 28d94f0f authored by Alexandre Vincent's avatar Alexandre Vincent
Browse files

remove frozenrequirements.txt from Dockerfile

parent a50599a6
No related branches found
No related tags found
2 merge requests!220Add comments for routes and tests that are maintained in place for /ddms/v2...,!200pip tools dependency management
Pipeline #56481 failed
......@@ -14,9 +14,8 @@
FROM python:3.7-slim-buster
COPY requirements.txt frozenrequirements.txt ./
COPY requirements.txt ./
RUN pip install -r frozenrequirements.txt
RUN pip install -r requirements.txt
COPY ./app /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment