You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -33,9 +40,21 @@ To see the available console commands;
33
40
php init list
34
41
```
35
42
36
-
## To-Do
43
+
## Docker
44
+
45
+
Docker allows you to set up your working environment and conduct your work from there. However, the Docker configuration is set up for a development environment, not for a production environment. You will need to appropriately modify the configurations for use in a production environment.
46
+
47
+
```
48
+
docker-compose build
49
+
docker-compose up -d
50
+
```
51
+
52
+
If the process has been successfully completed, your project will be waiting for you at the following address.
53
+
54
+
```
55
+
http://localhost:8000
56
+
```
37
57
38
-
-[] Detailed documentation or Wiki will be prepared.
0 commit comments