Fix docker file

This commit is contained in:
Akira Tempaku 2025-05-01 00:10:17 +09:00
parent 759907147c
commit 019c832994
Signed by: paku
GPG key ID: 5B4E8402BCC50607

View file

@ -17,7 +17,7 @@ RUN ${TW_BIN} -i ./static/style/global.css -o ./static/style/dist.css --minify
RUN qlot install --quiet --no-color
RUN chmod +x /entrypoint.sh
RUN chmod +x entrypoint.sh
EXPOSE 3000