dockerfile
This commit is contained in:
@@ -13,4 +13,4 @@ COPY . ./
|
||||
|
||||
RUN npm build
|
||||
|
||||
CMD ["npm", "run"]
|
||||
CMD ["react-scripts", "start"]
|
||||
Reference in New Issue
Block a user
@@ -13,4 +13,4 @@ COPY . ./
|
||||
|
||||
RUN npm build
|
||||
|
||||
CMD ["npm", "run"]
|
||||
CMD ["react-scripts", "start"]
|
||||