Updated entrypoint to automatically run dev environment migrations
This commit is contained in:
@ -22,4 +22,4 @@ VOLUME /usr/src/colossus/vendor/
|
||||
EXPOSE 8080
|
||||
|
||||
# Run the app
|
||||
CMD [ "php", "-S", "0.0.0.0:8080", "-t", "public/", "public/index.php" ]
|
||||
CMD [ "bash", "entrypoints/dev.sh" ]
|
||||
|
Reference in New Issue
Block a user