Skip to content

Commit

Permalink
fix: changes retrival directory
Browse files Browse the repository at this point in the history
  • Loading branch information
migtarx committed Jan 26, 2024
1 parent 8eee660 commit 5a6c668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcdr/slim/jdk17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ ENV USER=container HOME=/home/container
WORKDIR /home
RUN echo sh v1.1.2 \
&& if [[ -e start.sh ]]; then rm start.sh; else wget https://raw.githubusercontent.com/xnormcloud/docker-images/master/mcdr/start.sh; fi \
&& if [[ ! -e requirements.txt ]]; then wget https://raw.githubusercontent.com/xnormcloud/eggs-config/master/mcdr/requirements.txt -O requirements.txt; fi
&& if [[ ! -e /home/container/requirements.txt ]]; then wget https://raw.githubusercontent.com/xnormcloud/eggs-config/master/mcdr/requirements.txt -O /home/container/requirements.txt; fi

CMD ["/bin/bash", "/home/start.sh"]

0 comments on commit 5a6c668

Please sign in to comment.