explicit mkdir
This commit is contained in:
parent
126f88da1a
commit
994cbbdbfc
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ FROM alpine:latest
|
|||
RUN apk add --no-cache \
|
||||
git \
|
||||
openssh-client \
|
||||
iputils-ping
|
||||
iputils-ping \
|
||||
&& mkdir /app
|
||||
|
||||
# Copy the script into the container
|
||||
COPY app.sh /app/app.sh
|
||||
|
|
Loading…
Reference in a new issue