explicit mkdir

This commit is contained in:
Michael Grote 2023-11-08 16:05:36 +01:00
parent 126f88da1a
commit 994cbbdbfc
1 changed files with 2 additions and 1 deletions

View File

@ -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