Skip to content

Commit

Permalink
copy python script into image
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu committed Nov 22, 2023
1 parent bb5ceed commit db7bec3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/docker/argo/aorc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ RUN pip install \
boto3 \
netcdf4

COPY collect-aorc-forcing-v1.1.py /app/collect-aorc-forcing-v1.1.py
1 change: 0 additions & 1 deletion app/docker/argo/aorc/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
volumes:
- ./output:/output
- ./shape:/shape
- ./collect-aorc-forcing-v1.1.py:/app/collect-aorc-forcing-v1.1.py
build:
context: ./
dockerfile: Dockerfile
Expand Down

0 comments on commit db7bec3

Please sign in to comment.