Fixed deploys
This commit is contained in:
@@ -7,8 +7,8 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY main.py .
|
||||
COPY static .
|
||||
COPY templates .
|
||||
COPY static static
|
||||
COPY templates templates
|
||||
COPY deploy/presencia.ini .
|
||||
|
||||
CMD ["uwsgi", "--ini", "presencia.ini"]
|
||||
|
||||
Reference in New Issue
Block a user