diff --git a/Dockerfile b/Dockerfile index 6ed6c121..593d4fdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,7 +80,7 @@ COPY --from=builder /install/.venv/ ./.venv/ COPY --from=builder /install/alembic/ ./alembic/ COPY --from=builder /install/alembic.ini . COPY --from=builder /install/app.py . -COPY --from=builder /install/atat/ ./atst/ +COPY --from=builder /install/atat/ ./atat/ COPY --from=builder /install/celery_worker.py ./celery_worker.py COPY --from=builder /install/config/ ./config/ COPY --from=builder /install/templates/ ./templates/