Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
erikglee authored Jul 29, 2022
1 parent 42f6473 commit e044f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN rm /mcr_path/mcr.zip

#Download the unique code for this project
RUN mkdir /code
RUN wget https://s3.msi.umn.edu/leex6144-public/osprey_containerization_code_v2.zip -O /code/code.zip
RUN wget https://s3.msi.umn.edu/leex6144-public/osprey_containerization_code_v3.zip -O /code/code.zip
RUN cd /code && unzip -q ./code.zip
RUN rm /code/code.zip

Expand Down

0 comments on commit e044f96

Please sign in to comment.