feat(v2): add simple daily extraction-import orchestration
This commit is contained in:
@ -41,7 +41,7 @@ RUN groupadd --gid "${APP_GID}" "${APP_USER}" \
|
||||
COPY --from=builder /opt/venv /opt/venv
|
||||
COPY . /app
|
||||
|
||||
RUN chmod +x /app/entrypoint.sh \
|
||||
RUN chmod +x /app/entrypoint.sh /app/scripts/scheduler.sh \
|
||||
&& mkdir -p /app/staticfiles /app/media /app/snapshots/incoming /app/snapshots/archive /app/snapshots/failed \
|
||||
&& chown -R "${APP_UID}:${APP_GID}" /app /opt/venv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user