mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
10 lines
119 B
Plaintext
10 lines
119 B
Plaintext
|
FROM node:14-alpine
|
||
|
|
||
|
WORKDIR /home/dbgate-docker
|
||
|
|
||
|
COPY . .
|
||
|
|
||
|
WORKDIR /home/dbgate-docker
|
||
|
EXPOSE 3000
|
||
|
CMD node bundle.js
|