Saataa andagii !
This commit is contained in:
parent
babfe360b6
commit
77339d0c7c
5 changed files with 8 additions and 11 deletions
6
server/proxy-server/Dockerfile
Normal file
6
server/proxy-server/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM python:alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
EXPOSE 80
|
||||
CMD python main.py
|
Loading…
Add table
Add a link
Reference in a new issue