docker volumes #232

This commit is contained in:
Jan Prochazka
2022-02-24 12:59:45 +01:00
parent 3d395a0018
commit 6a183a6263
3 changed files with 21 additions and 9 deletions

View File

@@ -6,4 +6,5 @@ COPY . .
WORKDIR /home/dbgate-docker
EXPOSE 3000
VOLUME /root/dbgate-data
CMD node bundle.js

View File

@@ -6,4 +6,5 @@ COPY . .
WORKDIR /home/dbgate-docker
EXPOSE 3000
VOLUME /root/dbgate-data
CMD node bundle.js