Commit 2e7b462a authored by narendra's avatar narendra
Browse files
No related merge requests found
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