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" ]
|
||||
|
||||
Reference in New Issue
Block a user