Skip to content

Commit

Permalink
-c not needed here
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph committed Sep 12, 2024
1 parent f378659 commit 96a9e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN apk --no-cache add bash curl rsync postgresql-client unzip \
&& curl -s -o create_met_driver.tar.gz http://isda.ncsa.illinois.edu/~kooper/EBI/create_met_driver.tar.gz

COPY add-data.sh add.util.sh /work/
CMD ["bash", "-c", "/work/add-data.sh"]
CMD ["bash", "/work/add-data.sh"]

0 comments on commit 96a9e53

Please sign in to comment.