removed sh
This commit is contained in:
parent
1cbec0fe78
commit
3f0d0ab3c4
6 changed files with 6 additions and 26 deletions
|
@ -5,8 +5,6 @@ ENV version=${version}
|
|||
|
||||
WORKDIR /
|
||||
ADD reports /public
|
||||
ADD start.sh /
|
||||
RUN chmod +x /start.sh
|
||||
|
||||
EXPOSE 8081
|
||||
CMD ./start.sh
|
||||
CMD echo "Website version ${version} - powered by @Firq"; serve --listen 8081 --no-clipboard /public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue