fix(nginx): fix entrypoint (#1284)
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ COPY start.sh /start.sh
|
|||||||
|
|
||||||
STOPSIGNAL SIGQUIT
|
STOPSIGNAL SIGQUIT
|
||||||
|
|
||||||
ENTRYPOINT ["start.sh"]
|
ENTRYPOINT ["/start.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user