feat: add dev and prod deployment scaffolding
This commit is contained in:
@@ -15,5 +15,5 @@ COPY requirements.txt /tmp/requirements.txt
|
||||
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
||||
|
||||
COPY . /app
|
||||
RUN chmod +x /app/entrypoint-web.sh /app/entrypoint-worker.sh
|
||||
RUN chmod +x /app/entrypoint-web.sh /app/entrypoint-worker.sh /app/entrypoint-web-prod.sh /app/entrypoint-worker-prod.sh
|
||||
RUN chown -R app:app /app
|
||||
|
||||
Reference in New Issue
Block a user