aephidayatuloh commited on
Commit
e170ffb
1 Parent(s): b1e41d7

upd change folder path on COPY

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN mkdir -p /home/appuser/.cache && chown -R appuser:appuser /home/appuser/.cac
25
  # Create the .cache/pins/url directory and give appuser permission to write to it
26
  RUN mkdir -p /home/appuser/.cache/pins/url && chown -R appuser:appuser /home/appuser/.cache/pins/url
27
 
28
- COPY 'Prediksi TMA Ciliwung Kalibrasi'/ /opt/ml/'Prediksi TMA Ciliwung Kalibrasi'/
29
 
30
  RUN Rscript -e "install.packages('renv')"
31
  RUN Rscript -e "renv::restore()"
 
25
  # Create the .cache/pins/url directory and give appuser permission to write to it
26
  RUN mkdir -p /home/appuser/.cache/pins/url && chown -R appuser:appuser /home/appuser/.cache/pins/url
27
 
28
+ COPY COPY `Prediksi TMA Ciliwung Kalibrasi`/ /opt/ml/`Prediksi TMA Ciliwung Kalibrasi`/
29
 
30
  RUN Rscript -e "install.packages('renv')"
31
  RUN Rscript -e "renv::restore()"