mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 21:59:40 +00:00
changes docker file position
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM python:3.9
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
RUN mkdir /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
RUN apt-get update
|
||||
RUN apt-get install wkhtmltopdf -y
|
||||
RUN apt install -y gdal-bin python3-gdal
|
||||
RUN pip install -r requirements.txt
|
||||
WORKDIR /usr/src/app
|
||||
|
Reference in New Issue
Block a user