Commit 19d5f92d authored by Administrator's avatar Administrator
Browse files

Update Dockerfile

parent bf717dc8
Showing with 1 addition and 1 deletion
+1 -1
......@@ -11,4 +11,4 @@ COPY . /app/
RUN npm install -g serve
EXPOSE 5000
# To start app
ENTRYPOINT ["serve", "-s", "build"]
ENTRYPOINT ["serve", "-s", "build", "-l", "5000"]
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