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