Skip to content

Commit

Permalink
minor change to order of Dockerfile commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimstojkovic committed Dec 5, 2019
1 parent 6d2764a commit 40e1f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM alpine:latest
RUN apk add --no-cache curl

# Copy scripts
WORKDIR /scripts
COPY ./scripts /scripts
WORKDIR /scripts
RUN chmod -R +x /scripts

# Image starting command
Expand Down

0 comments on commit 40e1f43

Please sign in to comment.