fix issue with bad compilation

This commit is contained in:
Nicholas Orlowsky 2023-07-30 18:47:16 -05:00
parent 827473089f
commit 0d74d6c69b
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065

View file

@ -1,9 +1,8 @@
FROM nginx:alpine
FROM nginx:stable
WORKDIR /site
COPY . .
RUN apk add bash
RUN /bin/bash compile.sh
RUN cp -r ./out/* /usr/share/nginx/html