fix: dedicated scheduler Dockerfile with psql for migrations, remove Python splitter
This commit is contained in:
@@ -19,7 +19,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY services/ /app/services/
|
||||
COPY tests/ /app/tests/
|
||||
COPY conftest.py /app/conftest.py
|
||||
COPY infra/migrations/ /app/infra/migrations/
|
||||
|
||||
RUN useradd -m -u 1000 stonks && \
|
||||
chown -R stonks:stonks /app
|
||||
|
||||
Reference in New Issue
Block a user