Skip to content
Snippets Groups Projects
Unverified Commit b8fa89de authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

provenance/Dockerfile: Use only 1 volume /srv/dataset

As per what's expected in the provenance deployment.

Refs. sysadm-environment#5608
parent 02290397
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,9 @@ RUN --mount=type=cache,target=.cache,uid=1000,gid=1000 \
COPY --chmod=0755 entrypoint.sh ${workdir}
COPY --from=rust_build /usr/local/cargo/bin/swh-provenance* /usr/local/bin/
RUN mkdir -p /srv/dataset/graph /srv/dataset/provenance
RUN chown ${userid}:${groupid} /srv/dataset /srv/dataset/graph /srv/dataset/provenance
VOLUME /srv/dataset/graph /srv/dataset/provenance
RUN mkdir -p /srv/dataset
RUN chown ${userid}:${groupid} /srv/dataset
VOLUME /srv/dataset
USER ${user}
ENV SWH_CONFIG_FILENAME=${configdir}/config.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment