Update Dockerfile
This commit is contained in:
@@ -6,5 +6,5 @@ RUN npm install --silent
|
|||||||
RUN npm run build
|
RUN npm run build
|
||||||
RUN npm install -g serve
|
RUN npm install -g serve
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 3000
|
||||||
CMD serve -l 80 -s build
|
CMD serve -l 3000 -s build
|
||||||
|
|||||||
Reference in New Issue
Block a user