Remove lua and use fastcgi to render errors
This commit is contained in:
parent
7b38e5a36e
commit
a091d3ede7
35 changed files with 251 additions and 4160 deletions
|
|
@ -25,7 +25,7 @@ RUN curl -sSL -o /tmp/dumb-init.deb http://ftp.us.debian.org/debian/pool/main/d/
|
|||
dpkg -i /tmp/dumb-init.deb && \
|
||||
rm /tmp/dumb-init.deb
|
||||
|
||||
ENTRYPOINT ["/usr/bin/dumb-init", "-v"]
|
||||
ENTRYPOINT ["/usr/bin/dumb-init"]
|
||||
|
||||
COPY . /
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue