Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Nov 23, 2024
1 parent ee4911e commit 0b45195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e3sm-diags/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest
RUN mkdir -p /e3sm_diags_downloaded_data/tests/integration

COPY download_files.py /app/download_files.py
RUN chmod -x /app/download_files.py
RUN chmod +x /app/download_files.py
RUN /app/download_files.py

ENTRYPOINT ["/bin/bash", "--rcfile", "/etc/profile", "-l"]

0 comments on commit 0b45195

Please sign in to comment.