Skip to content

Commit

Permalink
docs: update readme and warnings DOC-1138 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz authored Sep 9, 2024
1 parent c5a9d7d commit f0d64d4
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ API_URI=http://localhost:3000
If you are using the Docker image then use the `-e` flag parameter.

```shell
docker run -p 8080:8080 -e API_URI=http://localhost:3000 ghcr.io/spectrocloud/hello-universe:1.1.0
docker run -p 8080:8080 -e API_URI=http://localhost:3000 ghcr.io/spectrocloud/hello-universe:1.2.0
```

### Reverse Proxy
Expand Down
28 changes: 23 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "latest",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/changelog": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Pages/Home.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {useEffect} from 'react';
import React from 'react';
import Title from './Elements/Title';
import PlanetSelection from './Elements/PlanetSelection';

Expand Down

0 comments on commit f0d64d4

Please sign in to comment.