diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-04-07 00:13:52 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-04-07 00:13:52 +0200 |
commit | 294974b479a2a6d4c99178a2c446c070991f962c (patch) | |
tree | 15ec54cfd455d88c10af5ff1cdcc6667bcf53340 | |
parent | fix (diff) | |
download | newspipe-294974b479a2a6d4c99178a2c446c070991f962c.tar.gz newspipe-294974b479a2a6d4c99178a2c446c070991f962c.tar.bz2 newspipe-294974b479a2a6d4c99178a2c446c070991f962c.zip |
removed now useless copy of manager.py with Docker
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ WORKDIR newspipe COPY newspipe newspipe/ COPY instance instance/ -COPY manager.py . COPY runserver.py . COPY package.json . COPY package-lock.json . |