hujiulong / docker-node-alpine-sqlcipher

A docker image for installing node sqlite3 with sqlcpiher extension

Repository from Github https://github.comhujiulong/docker-node-alpine-sqlcipherRepository from Github https://github.comhujiulong/docker-node-alpine-sqlcipher

A docker image for installing node sqlite3 with sqlcipher extension

Hub link

FROM hujiulong/node-alpine-sqlcipher:latest

WORKDIR /usr/app

COPY index.js .

# Link to module sqlite3 that has been installed globally
RUN npm link sqlite3 && node index.js

About

A docker image for installing node sqlite3 with sqlcpiher extension


Languages

Language:Dockerfile 100.0%