Skip to content

Commit c8e298b

Browse files
authored
Update anvil extension entrypoint
1 parent ac1ceab commit c8e298b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/anvil/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg lsb-relea
5454
EXPOSE $RSTUDIO_PORT
5555

5656
ENTRYPOINT ["/bin/sh"]
57-
CMD ["/init"]
57+
CMD ["-c", "/init"]

0 commit comments

Comments
 (0)