Fix docker file
This commit is contained in:
parent
759907147c
commit
64d1147f29
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ RUN ${TW_BIN} -i ./static/style/global.css -o ./static/style/dist.css --minify
|
||||||
|
|
||||||
RUN qlot install --quiet --no-color
|
RUN qlot install --quiet --no-color
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x entrypoint.sh
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["./entrypoint.sh"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue