add bash
This commit is contained in:
parent
a3bc0de320
commit
23ae49eefa
|
@ -4,6 +4,6 @@ WORKDIR /site
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN ls
|
RUN apk add bash
|
||||||
RUN /bin/sh compile.sh
|
RUN /bin/bash compile.sh
|
||||||
RUN cp -r ./out/* /usr/share/nginx/html
|
RUN cp -r ./out/* /usr/share/nginx/html
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<a href="https://www.linkedin.com/in/nickorlow/">[ LinkedIn ]</a>
|
<a href="https://www.linkedin.com/in/nickorlow/">[ LinkedIn ]</a>
|
||||||
<a href="mailto:nickorlow@nickorlow.com">[ E-Mail ]</a>
|
<a href="mailto:nickorlow@nickorlow.com">[ E-Mail ]</a>
|
||||||
<a href="https://github.com/nickorlow/resume/releases/download/latest/resume-nickorlow.pdf">[ Resume ]</a>
|
<a href="https://github.com/nickorlow/resume/releases/download/latest/resume-nickorlow.pdf">[ Resume ]</a>
|
||||||
<!-- <a href="https://old.nickorlow.com">[ Old Website ]</a> -->
|
<a href="https://nickorlow.com">[ Old Website ]</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue