Pasado el insall y el registry a start.sh
This commit is contained in:
@@ -13,9 +13,5 @@ COPY ./deployment/database/migrations ./deployment/database/migrations
|
||||
|
||||
COPY ./dist ./dist
|
||||
|
||||
RUN npm config set @sf-alvar:registry https://git.savefamilygps.net/api/packages/SaveFamily/npm/ &&\
|
||||
npm install &&\
|
||||
chmod +x start.sh
|
||||
|
||||
EXPOSE ${PORT}
|
||||
ENTRYPOINT [ "./start.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user