Skip to content

Commit

Permalink
fix(docker): invalid docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Sep 18, 2023
1 parent 8733cd6 commit a8cb1e7
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 @@ -6,7 +6,7 @@ ARG APT_PACKAGES=""
WORKDIR /app

RUN groupadd kestra && \
useradd -m -g kestra kestra && \
useradd -m -g kestra kestra

COPY --chown=kestra:kestra docker /

Expand Down

0 comments on commit a8cb1e7

Please sign in to comment.