Skip to content

Commit dc53b0f

Browse files
committed
Fix start.sh
1 parent a74dc46 commit dc53b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ RUN npm install -g yarn
3636

3737
USER runner
3838

39-
CMD ["bash", "-c", "./start.sh; sleep infinity"]
39+
CMD /start.sh ; sleep infinity

0 commit comments

Comments
 (0)