Skip to content

Commit

Permalink
cleanup e2e execution
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Mar 7, 2023
1 parent 9b3dd05 commit 8d794d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions client-e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM node:lts-alpine

WORKDIR /usr/src/app/client-e2e

COPY package*.json ./
#RUN npm install
#COPY . .
ADD start-wdio.sh .

CMD ["npm", "run", "wdio"]
CMD ./start-wdio.sh
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
env_file:
- ./client/.env
volumes:
- ./:/usr/src/app
- ./client:/usr/src/app/client
ports:
- "8080:8080" # DevServer
- "35729:35729" # LiveReload
Expand Down

0 comments on commit 8d794d4

Please sign in to comment.