Skip to content

Commit

Permalink
create dir /tmp before touch file into /tmp/ip.txt
Browse files Browse the repository at this point in the history
yohanyflores authored May 3, 2020
1 parent a7ffab9 commit a0a3f04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -5,5 +5,6 @@ RUN apk add --update \
&& rm /var/cache/apk/*
COPY slack.sh /usr/bin/slack
RUN chmod +x /usr/bin/slack \
&& touch /tmp/ip.txt \
&& mkdir -p /tmp
&& mkdir -p /tmp \
&& touch /tmp/ip.txt

0 comments on commit a0a3f04

Please sign in to comment.