fix ui responsive ness
This commit is contained in:
parent
6e4a01cc51
commit
90058deb1a
126 changed files with 63419 additions and 63416 deletions
22
Dockerfile
22
Dockerfile
|
|
@ -1,11 +1,11 @@
|
|||
FROM node:18
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json /app
|
||||
|
||||
RUN npm i
|
||||
|
||||
COPY . /app
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
FROM node:18
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json /app
|
||||
|
||||
RUN npm i
|
||||
|
||||
COPY . /app
|
||||
|
||||
CMD [ "npm", "start" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue