1
0
ff 3 жил өмнө
parent
commit
ea3e02191d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile.heroku

+ 1 - 1
Dockerfile.heroku

@@ -24,4 +24,4 @@ VOLUME ["/conf", "/app/logs"]
 COPY heroku/startup.sh ./
 RUN chmod +x ./startup.sh
 
-ENTRYPOINT ["./startup.sh"]
+ENTRYPOINT ["/app/startup.sh"]