mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 21:26:00 +00:00
docker - usibng non-alpine image for sqlite
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:14-alpine
|
||||
FROM node:14
|
||||
|
||||
WORKDIR /home/dbgate-docker
|
||||
|
||||
|
||||
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