Merge pull request #1004 from shyim/patch-1
chore: add missing EXPOSE rule
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user