Skip to content
Snippets Groups Projects
Commit c4635a27 authored by nimrod's avatar nimrod
Browse files

Set the home directory.

Don't use the host user home directory.
parent 09be01d2
No related branches found
No related tags found
No related merge requests found
Pipeline #910 passed
......@@ -6,6 +6,7 @@ COPY --from=supersonic /usr/local/bin/supersonic /usr/local/bin/
# hadolint ignore=DL3013
RUN pip install --no-cache-dir pipenv
WORKDIR /poquita
ENV HOME /poquita
COPY Pipfile* ./
# hadolint ignore=DL3018
RUN apk add --update --no-cache --virtual .lxml-build build-base git libxslt-dev && \
......
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