sh start script
This commit is contained in:
parent
1cae67023f
commit
d53bae9537
4 changed files with 23 additions and 6 deletions
|
@ -1,10 +1,12 @@
|
|||
FROM forgejo.neshweb.net/ci-docker-images/website-serve:2 AS runtime
|
||||
|
||||
ARG version
|
||||
ENV version=0.0.1
|
||||
ARG version=0.0.1
|
||||
ENV version=${version}
|
||||
|
||||
WORKDIR /
|
||||
ADD reports /public
|
||||
ADD start.sh /
|
||||
RUN chmod +x /start.sh
|
||||
|
||||
EXPOSE 8081
|
||||
CMD echo $version; serve --listen 8081 --no-clipboard /public
|
||||
CMD ./start.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue