Commit da633de0 authored by NetOps's avatar NetOps
Browse files

Update Dockerfile

Showing with 2 additions and 2 deletions
+2 -2
......@@ -8,8 +8,8 @@ COPY . .
RUN yarn install
RUN yarn global add serve
RUN yarn build:staging
RUN yarn build
EXPOSE 5000
EXPOSE 3000
CMD [ "serve", "-s", "build" ]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment