Add missing expose

This commit is contained in:
Shyim
2019-07-29 20:48:26 +02:00
committed by GitHub
parent c9b86ec2e7
commit 7c01904cec

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