docker - usibng non-alpine image for sqlite

This commit is contained in:
Jan Prochazka
2022-02-17 08:57:48 +01:00
parent f23d974043
commit 8092da6a0a
4 changed files with 19 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:14
WORKDIR /home/dbgate-docker

9
docker/Dockerfile-alpine Normal file
View File

@@ -0,0 +1,9 @@
FROM node:14-alpine
WORKDIR /home/dbgate-docker
COPY . .
WORKDIR /home/dbgate-docker
EXPOSE 3000
CMD node bundle.js