mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
dockerfile
This commit is contained in:
parent
dca8947e6b
commit
8142a0e954
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
# Create an image based on https://github.com/mhart/alpine-node/tree/f7fedaee10cf8569f4e3eb2c3391eb244636acb6
|
||||
FROM node:10-alpine
|
||||
|
||||
WORKDIR /RTL
|
||||
|
|
@ -8,5 +7,7 @@ COPY . /RTL
|
|||
# Install dependencies
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
#Run the app server
|
||||
ENTRYPOINT ["node", "rtl"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue