不要怂,就是干,撸起袖子干!

Commit 41408df5 by Sushant

added: npm run sscce support

1 parent 567c3e5a
Showing with 22 additions and 0 deletions
......@@ -13,6 +13,7 @@ coverage-*
site
docs/api/tmp.md
ssce.js
sscce.js
coverage
.vscode/
*.sublime*
......
FROM node:6.10.3
RUN apt-get install libpq-dev
COPY package.json /
RUN npm install
WORKDIR /sequelize
VOLUME /sequelize
version: '2'
services:
sequelize:
build: .
links:
- mysql-57
- postgres-95
volumes:
- .:/sequelize
environment:
SEQ_DB: sequelize_test
SEQ_USER: sequelize_test
SEQ_PW: sequelize_test
# PostgreSQL
postgres-95:
image: camptocamp/postgis:9.5
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!