Closed maurxce closed 4 months ago
Hello! I just started trying out Retype and I believe I have found an issue regarding directory names.
mkdir directory
mkdir test.d
The website does refresh though, so it is picking up something, just not displaying it.
services: retype: image: retypeapp/retype volumes: - ./app:/retype ports: - 5000:5000 command: retype start
I'm using the latest version pushed to hub.docker.com.
hub.docker.com
Nevermind, I had to put a file in the directory for it to work
Hello! I just started trying out Retype and I believe I have found an issue regarding directory names.
Usual Behavior
mkdir directory
Behavior when directory contains dots
mkdir test.d
The website does refresh though, so it is picking up something, just not displaying it.
Docker compose
I'm using the latest version pushed to
hub.docker.com
.