#!/bin/bash # Mounting local code into the container overwrites the `node_modules` directories # so we need to install dependencies again yarn install --frozen-lockfile --prefer-offline # Execute the CMD exec "$@"