diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-07-16 14:26:26 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-07-16 14:26:26 +0100 |
| commit | 9d3ba8991d2d0ed249398e5bfdb055d566ff9df4 (patch) | |
| tree | 6604438872d30cfb0ca5974da9495c4607dd429f /Dockerfile | |
| parent | 0e4722ea988118635e3f2de4f99e3476b1dac4e5 (diff) | |
| download | cheatdb-9d3ba8991d2d0ed249398e5bfdb055d566ff9df4.tar.xz | |
Add requirements lock file
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ WORKDIR /home/cdb RUN mkdir /var/cdb RUN chown -R cdb:cdb /var/cdb -COPY requirements.txt requirements.txt -RUN pip install -r requirements.txt +COPY requirements.lock.txt requirements.lock.txt +RUN pip install -r requirements.lock.txt RUN pip install gunicorn COPY utils utils |
