Proceso completo
This commit is contained in:
@@ -11,11 +11,10 @@ COPY ./start.sh ./
|
||||
|
||||
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/
|
||||
RUN npm install
|
||||
RUN chmod +x start.sh
|
||||
|
||||
EXPOSE ${PORT}
|
||||
ENTRYPOINT [ "npm run start" ]
|
||||
ENTRYPOINT [ "npm run build-start" ]
|
||||
|
||||
Reference in New Issue
Block a user