Configured Docker evironment for frontend
This commit is contained in:
6
api/api.dockerfile
Normal file
6
api/api.dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM python:3.11.7-alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
EXPOSE 80
|
||||
CMD ["python3", "app.py"]
|
Reference in New Issue
Block a user