inventaire: update naming
following https://codeberg.org/inventaire/inventaire/commit/91a4dfa7d
This commit is contained in:
@@ -16,8 +16,8 @@ WORKDIR /opt/inventaire
|
||||
ARG GIT_REF=main
|
||||
ENV DOCKER=1
|
||||
|
||||
# - Create the client folder to prevent the server postinstall to run `npm run install-client` as it does it with the wrong workdir and env
|
||||
# - Create the public/sitemaps folder to prevent the client postinstall to run `npm run generate-sitemaps` (which needs to be updated to support non-inventaire.io instances)
|
||||
# - Create the client directory to prevent the server postinstall to run `npm run install-client` as it does it with the wrong workdir and env
|
||||
# - Create the public/sitemaps directory to prevent the client postinstall to run `npm run generate-sitemaps` (which needs to be updated to support non-inventaire.io instances)
|
||||
RUN git clone https://git.inventaire.io/inventaire --depth 1 --branch "${GIT_REF}" . \
|
||||
&& mkdir -p /opt/inventaire/client \
|
||||
&& npm ci --omit=dev \
|
||||
|
||||
Reference in New Issue
Block a user