bookstore/docker/webpack_entrypoint.sh

5 lines
36 B
Bash
Raw Permalink Normal View History

2021-03-19 17:31:38 +02:00
#!/bin/bash
2023-10-02 22:08:34 +03:00
yarn install
2021-03-19 17:31:38 +02:00
exec "$@"