mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
tini
This commit is contained in:
parent
8142a0e954
commit
7d59cbdc28
1 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
FROM node:10-alpine
|
||||
|
||||
RUN apk add --no-cache tini
|
||||
|
||||
WORKDIR /RTL
|
||||
|
||||
COPY . /RTL
|
||||
|
|
@ -9,5 +11,6 @@ RUN npm install
|
|||
|
||||
EXPOSE 3000
|
||||
|
||||
#Run the app server
|
||||
ENTRYPOINT ["node", "rtl"]
|
||||
ENTRYPOINT ["/sbin/tini", "-g", "--"]
|
||||
|
||||
CMD ["node", "rtl"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue