diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-18 19:36:29 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-18 19:36:29 +0200 |
| commit | 39a842833aa87cd4f2c497127293720cb6a5222d (patch) | |
| tree | f8086a0387780a35c8d0d9b5229f4c735c5984ca /Dockerfile | |
| parent | 2cdf86d8c613b1cd27449c09ef1063f29c98d6d0 (diff) | |
Restructure directory
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 2d01eac..0000000 --- a/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM python - -RUN python --version - -ARG configfile -ADD requirements.txt . -RUN pip install -r requirements.txt -ADD ${configfile} remote-https-runner *.py ./ -ENV FLASK_APP=runner.py -EXPOSE 5000 - -CMD ["./remote-https-runner"]
\ No newline at end of file |
