add column appointId in assign

This commit is contained in:
Warunee Tamkoo 2024-10-18 10:00:50 +07:00
parent 318839c1e9
commit b290eac9a9
4 changed files with 27 additions and 1 deletions

View file

@ -6,7 +6,7 @@ WORKDIR /app
# Install app dependencies
COPY package*.json ./
RUN npm i
RUN npm ci
COPY . .