Move docker stuff to correct location

This commit is contained in:
Kai Vogelgesang
2020-07-18 01:32:13 +02:00
parent f8fd0faabf
commit 1138badacc
2 changed files with 0 additions and 0 deletions

View File

@@ -1,4 +0,0 @@
FROM python:3.8
COPY requirements.txt /
RUN pip install --no-cache-dir -r requirements.txt

View File

@@ -1,12 +0,0 @@
version: '3'
services:
web:
build: .
expose:
- "42042"
volumes:
- ./src:/usr/src/app
working_dir: /usr/src/app
command: "python -u main.py"
environment:
- "WASCHMARKENSECRET=replace this we dont want this in the repo"