Fix
This commit is contained in:
parent
e8fbeeba3c
commit
ff74d2b9cb
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ RUN chmod 755 /start.sh
|
||||||
|
|
||||||
RUN apt-get install -y fish
|
RUN apt-get install -y fish
|
||||||
ADD ./gen_rosti.fish /usr/local/bin/
|
ADD ./gen_rosti.fish /usr/local/bin/
|
||||||
ADD ./rosti.sh.tmp /usr/src/
|
ADD ./rosti.tmpl.sh /usr/src/
|
||||||
ADD ./Dockerfile /usr/src/
|
ADD ./Dockerfile /usr/src/
|
||||||
RUN cd /usr/src && /usr/local/bin/gen_rosti.fish > /usr/local/bin/rosti && chmod 755 /usr/local/bin/rosti
|
RUN cd /usr/src && /usr/local/bin/gen_rosti.fish > /usr/local/bin/rosti && chmod 755 /usr/local/bin/rosti
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue