File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
2 . Run the following Docker command to build container:
10
10
11
11
``` shell
12
- docker build -f backend/backend.dockerfile -t fba_backend_independent .
12
+ docker build -f backend/Dockerfile -t fba_backend_independent .
13
13
```
14
14
15
15
3 . Start container
16
16
17
+ Native boot needs to change ` 127.0.0.1 ` in ` .env ` to ` host.docker.internal `
18
+
17
19
``` shell
18
- docker run -d fba_backend_independent -p 8000:8000 --name fba_app
20
+ docker run -d -p 8000:8000 --name fba_server fba_backend_independent
19
21
```
20
22
21
23
## Contributing
26
28
- Any python version between Python >= 3.10
27
29
- Git
28
30
- [ uv] ( https://docs.astral.sh/uv/getting-started/installation/ )
29
- - Fork this repository to your GitHub account
31
+ - Fork this repository to your GitHub account
30
32
31
33
2 . Installation and setup
32
34
You can’t perform that action at this time.
0 commit comments