Merge pull request #1004 from shyim/patch-1

chore: add missing EXPOSE rule
This commit is contained in:
Tom Moor
2019-07-30 08:08:09 -07:00
committed by GitHub

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