Commit 2e7b462a authored by narendra's avatar narendra
Browse files
parents 3d1164cd 19d5f92d
Showing with 1 addition and 1 deletion
+1 -1
...@@ -11,4 +11,4 @@ COPY . /app/ ...@@ -11,4 +11,4 @@ COPY . /app/
RUN npm install -g serve RUN npm install -g serve
EXPOSE 5000 EXPOSE 5000
# To start app # 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