Clark Boylan 7df09ecef5 Properly copy gerrit static files
Dockerfile's COPY directive only copies the contents of a directory when
src is a directory. It does not copy the directory itself. This meant
the copy we were using to copy static files put them in /var/gerrit and
not /var/gerrit/static where we need them to be.

Update the Dockerfile to copy to /var/gerrit/static/ to fix this and add
some resource fetching tests to ensure they are served correctly.

Change-Id: I3bb4c06f3d7a57dcfccbbdb27cb8405586949949
2021-09-27 15:04:15 -07:00
..
2021-06-01 09:38:32 +10:00
2020-11-20 19:13:32 +11:00
2021-08-11 14:20:41 -07:00
2020-11-20 19:13:37 +11:00
2020-07-03 07:17:28 +10:00
2021-05-11 08:40:01 -07:00
2019-02-01 10:12:51 -08:00
2021-04-15 13:20:29 -07:00
2019-02-25 13:14:51 -08:00
2021-05-13 06:58:30 -07:00
2021-09-07 12:54:26 +10:00