Permissions

This commit is contained in:
Hexagon 2017-01-15 00:54:04 +01:00
parent 133f9e094c
commit ab532cb938
1 changed files with 1 additions and 0 deletions

View File

@ -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"]