mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 14:16:01 +00:00
docker - usibng non-alpine image for sqlite
This commit is contained in:
9
docker/Dockerfile-alpine
Normal file
9
docker/Dockerfile-alpine
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:14-alpine
|
||||
|
||||
WORKDIR /home/dbgate-docker
|
||||
|
||||
COPY . .
|
||||
|
||||
WORKDIR /home/dbgate-docker
|
||||
EXPOSE 3000
|
||||
CMD node bundle.js
|
||||
Reference in New Issue
Block a user