build frontend
This commit is contained in:
parent
10b26b838e
commit
2cb1593a37
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
yarn && yarn build
|
||||
cd ..
|
||||
mkdir -p public
|
||||
cp -f ./MoviePilot-Frontend/dist/* ./public/
|
||||
cp -rf ./MoviePilot-Frontend/dist/* ./public/
|
||||
rm -rf MoviePilot-Frontend
|
||||
|
||||
-
|
||||
|
@ -36,6 +36,7 @@ WORKDIR ${WORKDIR}
|
||||
COPY . .
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install musl-dev nginx \
|
||||
&& mkdir -p /etc/nginx \
|
||||
&& cp -f nginx.conf /etc/nginx/nginx.conf \
|
||||
&& pip install -r requirements.txt \
|
||||
&& python_ver=$(python3 -V | awk '{print $2}') \
|
||||
|
Loading…
x
Reference in New Issue
Block a user