add column appointId in assign
This commit is contained in:
parent
318839c1e9
commit
b290eac9a9
4 changed files with 27 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
# Install app dependencies
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm i
|
||||
RUN npm ci
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue