fix dockerfile

main
Cizz22 2 weeks ago
parent 36a1a60c2d
commit b20b8d5f47

@ -39,9 +39,6 @@ COPY --from=builder /app/.venv /app/.venv
# Copy application files
COPY . /app/
# Delete Tests for production
RUN rm -rf /app/tests/
# Add password access
RUN echo "# Custom configurations added by Dockerfile" >> /root/.bashrc && \
echo "export APP_PATH=/app" >> /root/.bashrc && \

Loading…
Cancel
Save