minimal changes.
This commit is contained in:
parent
ba236e5560
commit
05121c5fa5
|
@ -1,4 +1,4 @@
|
||||||
FROM node:10
|
FROM node:12
|
||||||
|
|
||||||
# Create app directory
|
# Create app directory
|
||||||
WORKDIR /usr/app
|
WORKDIR /usr/app
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: '3.7'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web-client:
|
web-client:
|
||||||
|
@ -17,4 +17,3 @@ services:
|
||||||
tty: true
|
tty: true
|
||||||
ports:
|
ports:
|
||||||
- 9526:9526 # Prod
|
- 9526:9526 # Prod
|
||||||
# - 9527:9527 # Dev
|
|
||||||
|
|
Loading…
Reference in New Issue