ref(docker): rename, script in docker

This commit is contained in:
bi 2022-01-08 20:37:26 +07:00
parent f6b4257ac7
commit 4a36e76620
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM node:16.13.0
FROM node:12
WORKDIR /app
COPY ./app/package.json /app

View File

@ -12,7 +12,7 @@ services:
image: registry.beetai.com:5000/fsi_view:dev_1.0
ports:
- "5201:3000"
# volumes:
# - ./app/.env:/app/.env
# - ./app/src:/app/src
# - ./app/public:/app/public
volumes:
- ./app/.env:/app/.env
- ./app/src:/app/src
- ./app/public:/app/public