We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ca470 commit 4910be7Copy full SHA for 4910be7
1 file changed
Dockerfile
@@ -23,4 +23,5 @@ RUN chmod -R 775 .
23
24
EXPOSE 8000
25
USER www-data
26
-CMD tracd -s --port 8000 .
+ENTRYPOINT ["tracd"]
27
+CMD ["--single-env", "."]
0 commit comments