This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
57
Releases
Wiki
Activity
f84e11c5b5
salix
/
services
/
order
/
Dockerfile
7 lines
96 B
Docker
Raw
Normal View
History
Unescape
Escape
create new modul 'pedidos' update structure DB, fixtures, add hedera to the package and create model Order and orderRow
2018-06-20 06:30:16 +00:00
FROM
vn-loopback:latest
model saleTracking
2018-06-20 10:47:43 +00:00
COPY
order /app
create new modul 'pedidos' update structure DB, fixtures, add hedera to the package and create model Order and orderRow
2018-06-20 06:30:16 +00:00
WORKDIR
/app
CMD
[
"pm2-docker"
,
"./server/server.js"
]