This docker image is an React project.
It works on port 80 (nginx) and need to be connected to backend API. \
You need to add some environment variables :
app-react:
image: toniin/contact-manager-react:latest
restart: always
container_name: app-react
environment:
MY_APP_API_URL: "http://localhost:8888/api/contacts"
ports:
- '4200:80'
Content type
Image
Digest
sha256:7aae8c0de…
Size
6.2 MB
Last updated
about 2 years ago
docker pull toniin/contact-manager-react