mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Docker file
This commit is contained in:
parent
f72ea5dd43
commit
72c525a844
1 changed files with 10 additions and 0 deletions
10
Dockerfile
Normal file
10
Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM python:3
|
||||
|
||||
LABEL maintainer="FastoGT Maintainers <support@fastogt.com>"
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
EXPOSE 8080
|
||||
CMD [ "python", "server.py" ]
|
Loading…
Add table
Add a link
Reference in a new issue