diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-07-08 20:20:26 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-07-08 20:20:26 +0300 |
| commit | 3b9d6fa8c16a7c20a445574805f4091f67d5d460 (patch) | |
| tree | 390930ea4c7f87ae73c7443b378a0bb915a6d840 /Dockerfile | |
| parent | 0a2c7230225e80942380d4f2f90e47c5cb7a197b (diff) | |
Override highlight theme with custom CSS
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,7 +11,6 @@ RUN chicken-install -from-list requirements.list COPY vendor ./vendor COPY *.sh ./ COPY static ./static -COPY template.html ./template.html -COPY *.scm ./ +COPY template.html *.scm ./ CMD ["/bin/bash", "monitor-inotifywait.sh"] |
