Ok, one more
This commit is contained in:
parent
2eb2c8ad31
commit
dc1e7091f3
|
@ -4,6 +4,7 @@ WORKDIR /usr/src/app
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
RUN npm install
|
RUN npm install
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
COPY docker-entrypoint.sh /
|
RUN chmod +x /usr/src/app/docker-entrypoint.sh
|
||||||
|
COPY /usr/src/app/docker-entrypoint.sh /
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
CMD [ "npm", "start"]
|
CMD [ "npm", "start"]
|
Loading…
Reference in New Issue