Skip to content

Commit

Permalink
Create the folder correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
RedPaladin authored Jul 20, 2024
1 parent 4e3eac2 commit 2883be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV SEY_WATER_CONTRACT_ID=changeme
ENV DATA_FOLDER=/data

# Copy the module directory and schedule it to be run daily
COPY sey_meter_data_web_scraping/ /usr/local/lib/python3.10/site-packages/
COPY sey_meter_data_web_scraping /usr/local/lib/python3.10/site-packages/sey_meter_data_web_scraping
COPY crontab.conf /etc/crontabs/root

# Run cron daemon in frontground
Expand Down

0 comments on commit 2883be3

Please sign in to comment.