Skip to content

Commit

Permalink
fix: run command
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Sep 3, 2024
1 parent 8c8c1df commit 7340d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VOLUME /cache
VOLUME /state
RUN adduser -D -u 1000 -g 1000 -h /home/k6exec k6exec && \
mkdir -p /cache/k6exec /state/k6exec && \
chown -R 1000:1000 /cache /state \
chown -R 1000:1000 /cache /state && \
ln -s /usr/bin/k6exec /usr/bin/k6
ENV CGO_ENABLED=1 XDG_CACHE_HOME="/cache" XDG_STATE_HOME="/state"
COPY k6exec /usr/bin/k6exec
Expand Down

0 comments on commit 7340d34

Please sign in to comment.