Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
mosesmc52 committed Dec 26, 2021
1 parent 170fc90 commit 3203628
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ RUN apt-get install -y nano
RUN apt-get install -y binutils libproj-dev gdal-bin
RUN python /app/manage.py collectstatic --noinput

# Install cron
RUN apt-get update
RUN apt-get install -y cron
RUN apt-get install nano

# Add files
#ADD docker_entrypoint.sh /docker_entrypoint.sh

Expand Down
Empty file modified docker_entrypoint.sh
100644 → 100755
Empty file.
Empty file modified scripts/dump_test_data.sh
100644 → 100755
Empty file.
Empty file modified scripts/load_fixture_data.sh
100644 → 100755
Empty file.
Empty file modified scripts/update_wb_data.sh
100644 → 100755
Empty file.

0 comments on commit 3203628

Please sign in to comment.