add bash
This commit is contained in:
parent
a3bc0de320
commit
23ae49eefa
2 changed files with 4 additions and 4 deletions
|
@ -4,6 +4,6 @@ WORKDIR /site
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN ls
|
||||
RUN /bin/sh compile.sh
|
||||
RUN cp -r ./out/* /usr/share/nginx/html
|
||||
RUN apk add bash
|
||||
RUN /bin/bash compile.sh
|
||||
RUN cp -r ./out/* /usr/share/nginx/html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue