remove ls from testing
This commit is contained in:
parent
ead82a4117
commit
5aa0b3a74b
1 changed files with 0 additions and 1 deletions
|
|
@ -32,5 +32,4 @@ ENV NODE_ENV="test"
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN ls
|
|
||||||
RUN xvfb-run --server-args="-screen 0 1024x768x24" npm test
|
RUN xvfb-run --server-args="-screen 0 1024x768x24" npm test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue