fixed docker test

This commit is contained in:
Andrew Calcutt 2022-10-01 00:42:39 -04:00
parent 5aa0b3a74b
commit 7cbad42fa1
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
*
!src
!public
!test
!package.json
!package-lock.json
!docker-entrypoint.sh

View file

@ -31,5 +31,6 @@ ENV NODE_ENV="test"
COPY package.json .
RUN npm install
COPY . .
COPY / .
RUN xvfb-run --server-args="-screen 0 1024x768x24" npm test