Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iFargle committed May 2, 2023
1 parent 3bf34d3 commit 0434d28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ WORKDIR ${WORKDIR}
# For FlaskOIDC library
RUN mkdir /app/instance && chown 1000:1000 /app/instance

RUN mkdir /data
RUN chown 1000:1000 /data

RUN adduser app -DHh ${WORKDIR} -u 1000
USER 1000

Expand Down Expand Up @@ -71,9 +74,6 @@ ENV APP_VERSION=$APP_VERSION_ARG
ENV BUILD_DATE=$BUILD_DATE_ARG
ENV HS_VERSION=$HS_VERSION_ARG

RUN mkdir /data
RUN chown 1000:1000 /data

VOLUME /etc/headscale
VOLUME /data

Expand Down

0 comments on commit 0434d28

Please sign in to comment.