rafoli / liferay-sample-workspace

2 stars 7 forks source link

INLSW-64: Create a docker image that runs a mock server #77

Closed rennanprysthon closed 3 years ago

rennanprysthon commented 3 years ago

Ticket

Created a docker image

  1. Run docker build -t mock-server-image db
  2. Run docker run --rm -d -p 3000:3000 --name mock-server mock-server-image
  3. Go to http://localhost:3000/samples
  4. In Liferay application, go to the Control Panel -> System Settings -> category.liferay-confguration.
  5. Search api-base-url and change it to http://localhost:3000 and update.
sonarcloud[bot] commented 3 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication