Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Feb 26, 2023
1 parent b5eeb6f commit 712c231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.doppler
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ RUN wget -q -t3 'https://packages.doppler.com/public/cli/rsa.8004D9FF50437357.ke
&& echo 'https://packages.doppler.com/public/cli/alpine/any-version/main' | tee -a /etc/apk/repositories \
&& apk add --no-cache doppler
COPY --from=builder /app/out/RestrictChannelRobot /
ENTRYPOINT ["/doppler", "run", "--"]
ENTRYPOINT ["doppler", "run", "--"]
CMD ["/RestrictChannelRobot"]

0 comments on commit 712c231

Please sign in to comment.