Skip to content

Commit

Permalink
chore: silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler committed May 4, 2023
1 parent 9514ea1 commit 266ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/substitution/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM ubuntu:latest as user
RUN useradd -u 10001 scratchuser

FROM scratch
COPY substition /substition
COPY substitution /substition
COPY --from=user /etc/passwd /etc/passwd
ENTRYPOINT ["/substition"]

0 comments on commit 266ed9e

Please sign in to comment.