Ajustado el token de la tarjeta y solucionados problemas de conexion de
docker
This commit is contained in:
@@ -7,14 +7,11 @@ COPY ./src ./src
|
||||
|
||||
COPY tsconfig.json ./
|
||||
|
||||
COPY ./start.sh ./
|
||||
|
||||
COPY ./deployment/database/migrations ./deployment/database/migrations
|
||||
|
||||
COPY ./deployment/develop/start.sh ./
|
||||
|
||||
RUN npm config set @sf-alvar:registry https://git.savefamilygps.net/api/packages/SaveFamily/npm/
|
||||
RUN npm install
|
||||
RUN chmod +x start.sh
|
||||
|
||||
EXPOSE ${PORT}
|
||||
CMD [ "npm" ,"run", "build-start" ]
|
||||
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"wget -q --spider http://localhost:${PORT:-3000}/health || exit 1",
|
||||
"wget -q --spider http://127.0.0.1:${PORT:-3000}/health || exit 1",
|
||||
]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
|
||||
Reference in New Issue
Block a user