React application for other labs
# Run the container
$ docker run \
-v /etc/localtime:/etc/localtime:ro \
-e "REACT_APP_BACKEND_URL=http://localhost:8080" \
--restart always \
--name lab3 \
-p 3000:3000 \
thomaslacaze/lab3
See hereā
git clone https://github.com/Cloud-Integration-2021/lab3.git
cd lab3
| Environment Variable | Default | Description |
|---|---|---|
REACT_APP_BACKEND_URL | http://localhost:8080 | BackendEndpoint of lab1 |
$ yarn install --pure-lockfile
$ yarn start
š You are all set!
Content type
Image
Digest
Size
151.6 MB
Last updated
almost 5 years ago
docker pull thomaslacaze/lab3