Merge pull request #1170 from dod-ccpo/static-fonts
Force removal of existing fonts symlink in Docker build.
This commit is contained in:
commit
9cceb1880c
@ -39,6 +39,7 @@ RUN ./script/write_dotenv && \
|
||||
pip install pipenv uwsgi && \
|
||||
PIPENV_VENV_IN_PROJECT=1 pipenv sync && \
|
||||
yarn install && \
|
||||
rm -r ./static/fonts/ &> /dev/null || true && \
|
||||
cp -rf ./node_modules/uswds/src/fonts ./static/ && \
|
||||
yarn build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user