Skip to content

Commit

Permalink
Also add the R script
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Apr 3, 2024
1 parent d6a75ce commit af7a4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ COPY docker-resources/run_predictions.sh /app/run_predictions.sh
RUN chmod +x /app/run_predictions.sh
COPY docker-resources/run_daily_stored_procedures.sh /app/run_daily_stored_procedures.sh
RUN chmod +x /app/run_daily_stored_procedures.sh
COPY docker-resources/dailyStoredProcedures.R /app/dailyStoredProcedures.R
COPY docker-resources/docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
COPY docker-resources/plumber.R /app/plumber.R
Expand Down

0 comments on commit af7a4cb

Please sign in to comment.