Explorar o código

clarify docker image build for custom folder

Pouria Ezzati hai 1 ano
pai
achega
1f137e7b29
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -177,7 +177,9 @@ This is an example and official theme. Crimson includes custom styles, images, a
 
 #### Usage with Docker:
 
-If you're using Docker, make sure `/kutt/custom` volume is mounted or you have access to it. [View Docker compose example →](https://github.com/thedevs-network/kutt/blob/main/docker-compose.yml#L7)
+If you're building the image locally, then the `/custom` folder should already be included in your app.
+
+If you're pulling the official image, make sure `/kutt/custom` volume is mounted or you have access to it. [View Docker compose example →](https://github.com/thedevs-network/kutt/blob/main/docker-compose.yml#L7)
 
 Then, move your files to that volume. You can do it with this Docker command: