create /woodpecker/src dir with permission 777
This commit is contained in:
parent
fe2775ed8c
commit
2ca382a808
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ ENV PLUGIN_PROFILE=production
|
||||||
RUN useradd -u "${PUID}" -m "${USER}"
|
RUN useradd -u "${PUID}" -m "${USER}"
|
||||||
COPY script.sh /bin/
|
COPY script.sh /bin/
|
||||||
RUN chmod +x /bin/script.sh
|
RUN chmod +x /bin/script.sh
|
||||||
|
RUN mkdir -p /woodpecker/src
|
||||||
|
RUN chmod 777 /woodpecker/src
|
||||||
USER ${USER}
|
USER ${USER}
|
||||||
WORKDIR ${HOMEDIR}
|
WORKDIR ${HOMEDIR}
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
|
@ -10,6 +10,8 @@ ENV PLUGIN_PROFILE=production
|
||||||
# RUN useradd -u "${PUID}" -m "${USER}"
|
# RUN useradd -u "${PUID}" -m "${USER}"
|
||||||
COPY script.sh /bin/
|
COPY script.sh /bin/
|
||||||
RUN chmod +x /bin/script.sh
|
RUN chmod +x /bin/script.sh
|
||||||
|
RUN mkdir -p /woodpecker/src
|
||||||
|
RUN chmod 777 /woodpecker/src
|
||||||
# USER ${USER}
|
# USER ${USER}
|
||||||
# WORKDIR ${HOMEDIR}
|
# WORKDIR ${HOMEDIR}
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
Loading…
Add table
Reference in a new issue