fixing build
All checks were successful
Build and push image / deploy (push) Successful in 26m40s

This commit is contained in:
Peter Dwyer
2023-08-29 10:56:58 +01:00
parent df0caf709e
commit a7206bb7f8
3 changed files with 207 additions and 115 deletions

View File

@@ -15,7 +15,6 @@ WORKDIR /src
COPY . /src/
RUN apt update \
&& apt install -y software-properties-common \
&& apt-add-repository non-free \
@@ -26,7 +25,7 @@ RUN apt update \
&& cd frontend \
&& npm install \
&& npm run build \
&& apt remove -y npm software-properties-common \
&& apt remove -y npm software-properties-common pkg-config \
&& rm -r node_modules \
&& apt -y auto-remove \
&& apt clean \