Skip to content

Commit

Permalink
Minors details
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodBoy21 committed Feb 17, 2022
1 parent 6ded668 commit 936aa93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/app.e2e.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const urlPath = 'localhost:8080'
const clientMessage = 'I need help to buy a new computer{enter}'
describe('Load page', () => {
describe('ChatBot', () => {
beforeEach(() => {
cy.visit(urlPath)
})
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
nerdbot-frontend:
image: nerdbot-frontend:latest
environment:
PORT: 5100
PORT: 8080
ports:
- 8080:8080
nerdbot-backend:
Expand Down

0 comments on commit 936aa93

Please sign in to comment.