fix issue with bad compilation
This commit is contained in:
parent
827473089f
commit
0d74d6c69b
|
@ -1,9 +1,8 @@
|
||||||
FROM nginx:alpine
|
FROM nginx:stable
|
||||||
|
|
||||||
WORKDIR /site
|
WORKDIR /site
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN apk add bash
|
|
||||||
RUN /bin/bash compile.sh
|
RUN /bin/bash compile.sh
|
||||||
RUN cp -r ./out/* /usr/share/nginx/html
|
RUN cp -r ./out/* /usr/share/nginx/html
|
||||||
|
|
Loading…
Reference in a new issue