salix/services/db/Dockerfile

5 lines
60 B
Docker

FROM mysql:5.6.35
RUN npm install
CMD ["npm", "start"]