Move entrypoint based on rails convention

This commit is contained in:
Ryan W
2023-01-26 15:50:38 -08:00
parent 4cac5b36f9
commit e96a68e9f9
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ RUN gem update --system && gem install bundler
WORKDIR /usr/src/app
ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["./bin/docker-entrypoint.sh"]
EXPOSE 3000