File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,15 +104,15 @@ WORKDIR /src/services/worker/
104104ENTRYPOINT ["poetry" , "run" , "python" , "src/worker/main.py" ]
105105
106106# Cache maintenance job
107- FROM common AS cache-maintenance
107+ FROM common AS cache_maintenance
108108COPY libs /src/libs
109109COPY jobs/cache_maintenance /src/jobs/cache_maintenance
110110RUN poetry install --no-cache -P /src/jobs/cache_maintenance
111111WORKDIR /src/jobs/cache_maintenance/
112112ENTRYPOINT ["poetry" , "run" , "python" , "src/cache_maintenance/main.py" ]
113113
114114# MongoDB migration job
115- FROM common AS mongodb-migration
115+ FROM common AS mongodb_migration
116116COPY libs /src/libs
117117COPY jobs/mongodb_migration /src/jobs/mongodb_migration
118118RUN poetry install --no-cache -P /src/jobs/mongodb_migration
You can’t perform that action at this time.
0 commit comments