Add missing expose

This commit is contained in:
Shyim 2019-07-29 20:48:26 +02:00 committed by GitHub
parent c9b86ec2e7
commit 7c01904cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ RUN yarn install --pure-lockfile
RUN cp -r /opt/outline/node_modules /opt/node_modules
CMD yarn build && yarn start
EXPOSE 3000