Probando chmod dentro de dockerfile
This commit is contained in:
@@ -12,6 +12,6 @@ COPY ./start.sh ./
|
||||
COPY ./deployment/database/migrations ./deployment/database/migrations
|
||||
|
||||
COPY ./dist ./dist
|
||||
|
||||
RUN chmod +x start.sh
|
||||
EXPOSE ${PORT}
|
||||
ENTRYPOINT [ "./start.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user