chore: Update Dockerfile CMD for schema path, log schema loading path in schema.ts, and adjust IntelliJ workspace
This commit is contained in:
parent
437321ef6d
commit
8e5fbc3f57
3 changed files with 14 additions and 3 deletions
|
|
@ -21,5 +21,6 @@ RUN npm install --production
|
|||
|
||||
COPY --from=builder /usr/app/dist ./dist
|
||||
ADD schema ./dist/schema
|
||||
CMD node ./dist/index.js
|
||||
WORKDIR /usr/app/dist
|
||||
CMD node ./index.js
|
||||
EXPOSE 4000
|
||||
Loading…
Add table
Add a link
Reference in a new issue