chore: Move schema directory away from src; Migrate extensions to schema directory, update Dockerfile and configuration paths
This commit is contained in:
parent
c6314fbda0
commit
70e64448e5
14 changed files with 90 additions and 46 deletions
|
|
@ -17,7 +17,7 @@ ARG API_VERSION
|
|||
ENV API_VERSION=${API_VERSION}
|
||||
WORKDIR /usr/app
|
||||
COPY package*.json ./
|
||||
COPY extensions ./
|
||||
COPY schema ./
|
||||
RUN npm install --production
|
||||
|
||||
COPY --from=builder /usr/app/dist ./dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue