Create /app/user/.ssh before trying to write to it!
This commit is contained in:
parent
4079166167
commit
a772fa9d40
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ RUN mkdir -p /var/run/sshd
|
|||
EXPOSE 22
|
||||
ENV TILDE_CONF="/app/data/applicationsconfig.ini"
|
||||
#COPY config/environment /app/user/.ssh/environment
|
||||
RUN mkdir /app/user/.ssh
|
||||
RUN echo TILDE_CONF=$TILDE_CONF > /app/user/.ssh/environment
|
||||
RUN touch /app/data/applications.sqlite
|
||||
RUN touch /app/data/applications.log
|
||||
|
|
Loading…
Reference in a new issue