Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

gekko v0.5.9 #1241

Merged
merged 16 commits into from
Oct 23, 2017
Prev Previous commit
Next Next commit
Add Expose
Expose Port for Docker Swarm Network
  • Loading branch information
Berndinox authored and askmike committed Oct 6, 2017
commit faf041494671443034c98e98b8d5b9da403df52f
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN npm install [email protected] [email protected] pg
# Bundle app source
COPY . /usr/src/app

EXPOSE 3000
RUN chmod +x /usr/src/app/docker-entrypoint.sh
ENTRYPOINT ["/usr/src/app/docker-entrypoint.sh"]


CMD [ "npm", "start" ]