Permissions
This commit is contained in:
parent
133f9e094c
commit
ab532cb938
1 changed files with 1 additions and 0 deletions
|
@ -4,5 +4,6 @@ WORKDIR /usr/src/app
|
|||
COPY . /usr/src/app
|
||||
RUN npm install
|
||||
EXPOSE 8080
|
||||
RUN ["chmod", "+x", "/usr/src/app/docker-entrypoint.sh"]
|
||||
ENTRYPOINT [ "/usr/src/app/docker-entrypoint.sh" ]
|
||||
CMD [ "npm", "start"]
|
Loading…
Add table
Reference in a new issue