salix/services/db/Dockerfile

5 lines
60 B
Docker
Raw Normal View History

2017-03-06 10:44:02 +00:00
FROM mysql:5.6.35
RUN npm install
CMD ["npm", "start"]