changed dir
This commit is contained in:
@@ -19,7 +19,7 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
|
||||
|
||||
# Worker code (all modules)
|
||||
COPY --chown=worker:worker aws/ /app/aws/
|
||||
COPY --chown=worker:worker email/ /app/email/
|
||||
COPY --chown=worker:worker email_processing/ /app/email_processing/
|
||||
COPY --chown=worker:worker smtp/ /app/smtp/
|
||||
COPY --chown=worker:worker metrics/ /app/metrics/
|
||||
COPY --chown=worker:worker *.py /app/
|
||||
|
||||
Reference in New Issue
Block a user