Move static files to assets directory

This commit creates a new directory for static files, and moves
static files to assets directory that were previously in the
scripts directory.
This commit is contained in:
Hayley Swimelar 2019-11-21 09:51:13 -08:00
parent 7ea0dd0be2
commit 6d66271624
4 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
FROM sitespeedio/sitespeed.io
COPY /scripts/gitlab.txt $HOME/sitespeed.io/gitlab.txt
COPY /assets/gitlab.txt $HOME/sitespeed.io/gitlab.txt