Commit 012e4826 authored by Administrator's avatar Administrator
Browse files

Update Dockerfile

parent 0ef4fb67
Showing with 1 addition and 1 deletion
+1 -1
......@@ -7,7 +7,7 @@ WORKDIR /app
# add `/app/node_modules/.bin` to $PATH
ENV PATH /app/node_modules/.bin:$PATH
# install and cache app dependencies
COPY ./build /app/
COPY . /app/
RUN npm install -g serve
EXPOSE 5000
# To start app
......
Markdown is supported
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