Another reorganization of docker layers
This commit is contained in:
parent
90ddea4bb5
commit
616f6971c7
1 changed files with 3 additions and 3 deletions
|
|
@ -17,11 +17,11 @@ COPY --chown=node:node package-lock.json package-lock.json
|
||||||
|
|
||||||
RUN CXX=g++-12 npm install
|
RUN CXX=g++-12 npm install
|
||||||
|
|
||||||
COPY --chown=node:node database database
|
|
||||||
COPY --chown=node:node data-source.ts data-source.ts
|
COPY --chown=node:node data-source.ts data-source.ts
|
||||||
COPY --chown=node:node src src
|
|
||||||
COPY --chown=node:node tsconfig.build.json tsconfig.build.json
|
|
||||||
COPY --chown=node:node tsconfig.json tsconfig.json
|
COPY --chown=node:node tsconfig.json tsconfig.json
|
||||||
|
COPY --chown=node:node tsconfig.build.json tsconfig.build.json
|
||||||
|
COPY --chown=node:node database database
|
||||||
|
COPY --chown=node:node src src
|
||||||
|
|
||||||
RUN npm run migrations
|
RUN npm run migrations
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue