upgrade docker-compose for test

This commit is contained in:
UlricQin 2021-12-05 22:12:05 +08:00
parent 8cef8e5c9e
commit 698ac2758f
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@ FROM ubuntu:21.04
WORKDIR /app
ADD n9e /app
COPY pub /app/
RUN mkdir -p /app/pub
ADD pub /app/pub/
RUN chmod +x n9e
EXPOSE 19000

View File

@ -79,7 +79,7 @@ services:
- "server"
nwebapi:
image: ulric2019/nightingale:5.0.0-ga-01-01
image: ulric2019/nightingale:5.0.0-ga-01-02
container_name: nwebapi
hostname: nwebapi
restart: always
@ -107,7 +107,7 @@ services:
- "webapi"
nserver:
image: ulric2019/nightingale:5.0.0-ga-01-01
image: ulric2019/nightingale:5.0.0-ga-01-02
container_name: nserver
hostname: nserver
restart: always