Merge pull request #1451 from dod-ccpo/fix-atat
Copy the directory name correctly in the Docker build.
This commit is contained in:
commit
f2dbd4fbc7
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user