Skip to content

Commit

Permalink
chore: try single quotes
Browse files Browse the repository at this point in the history
if this works i'm gonna scream
  • Loading branch information
kanadgupta committed Apr 4, 2023
1 parent 58ab9cd commit 6138dc7
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 @@ -8,4 +8,4 @@ FROM alpine:3.14

COPY --from=builder /rdme/exe /exe

ENTRYPOINT ["sh", "-c", "/exe/rdme $INPUT_RDME"]
ENTRYPOINT ["sh", "-c", '/exe/rdme $INPUT_RDME']

0 comments on commit 6138dc7

Please sign in to comment.