feat: Dockerfile.
This commit is contained in:
parent
c0a4f536b2
commit
ce50524a5c
@ -4,10 +4,11 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y nginx \
|
&& apt-get install -y nginx \
|
||||||
&& git clone https://gitea.ocer.cc/overcast404/ocer-cc.git \
|
&& git clone https://gitea.ocer.cc/overcast404/ocer-cc.git \
|
||||||
&& cd /ocer-cc \
|
&& cd /ocer-cc \
|
||||||
&& npm install
|
&& npm install \
|
||||||
|
&& npm run build
|
||||||
|
|
||||||
CMD cd /ocer-cc \
|
CMD cd /ocer-cc \
|
||||||
&& git pull \
|
&& git pull \
|
||||||
&& npm run build
|
&& npm run build \
|
||||||
|
&& cp -rf /ocer-cc/dist/* /var/www/html \
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
&& nginx -g "daemon off;"
|
||||||
|
Loading…
Reference in New Issue
Block a user