Expose port 80 in the dockerfile

pull/6/head
Clement Michaud 2017-01-12 23:27:53 +01:00
parent 753cf7ac1c
commit e25a27cd5a
2 changed files with 3 additions and 3 deletions

View File

@ -7,4 +7,7 @@ RUN npm install
COPY src /usr/src
ENV PORT=80
EXPOSE 80
CMD ["node", "index.js"]

View File

@ -9,11 +9,8 @@ services:
- TOTP_SECRET=GRWGIJS6IRHVEODVNRCXCOBMJ5AGC6ZE
- JWT_SECRET=unsecure_secret
- JWT_EXPIRATION_TIME=1h
- PORT=80
depends_on:
- ldap
expose:
- "80"
restart: always
ldap: