Skip to content

Commit

Permalink
feat: Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jpramos123 committed Dec 17, 2024
1 parent f9b4f10 commit 5cf6211
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ COPY run_command.sh run_command.sh
COPY run.py run.py
COPY system_profile_validator.py system_profile_validator.py
COPY inv_migration_runner.py inv_migration_runner.py
COPY stale_host_notification.py stale_host_notification.py
COPY app_migrations/ app_migrations/
COPY jobs/ jobs/

ENV PIP_NO_CACHE_DIR=1
ENV PIPENV_CLEAR=1
Expand Down
2 changes: 2 additions & 0 deletions dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ COPY migrations/ migrations/
COPY swagger/ swagger/
COPY tests/ tests/
COPY utils/ utils/
COPY jobs/ jobs/
COPY Makefile Makefile
COPY gunicorn.conf.py gunicorn.conf.py
COPY host_reaper.py host_reaper.py
Expand All @@ -31,6 +32,7 @@ COPY run_gunicorn.py run_gunicorn.py
COPY run_command.sh run_command.sh
COPY run.py run.py
COPY system_profile_validator.py system_profile_validator.py
COPY stale_host_notification.py stale_host_notification.py
RUN chown -R 1001:0 ./
USER 1001

Expand Down
Empty file modified jobs/__init__.py
100644 → 100755
Empty file.
Empty file modified jobs/common.py
100644 → 100755
Empty file.
Empty file modified stale_host_notification.py
100644 → 100755
Empty file.

0 comments on commit 5cf6211

Please sign in to comment.