mirror of
https://github.com/karl0ss/orvibo-b25-server-kex.git
synced 2025-04-29 12:53:40 +01:00
dockerfile updates
This commit is contained in:
parent
0dcc8ca4fa
commit
c8e3ed76e7
@ -8,9 +8,10 @@ WORKDIR /usr/src/app
|
||||
# where available (npm@5+)
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
# Bundle app source
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000 10001
|
||||
EXPOSE 3000 10001/udp
|
||||
CMD [ "node", "Example.js" ]
|
Loading…
x
Reference in New Issue
Block a user