fix: Copy tsconfig.json for tsx path mapping resolution
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 1s
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 1s
This commit is contained in:
parent
1cf1b00a9a
commit
6ce68b9a2f
@ -9,6 +9,9 @@ WORKDIR /usr/src/app
|
|||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm ci --production --silent && npm install tsx dotenv --silent
|
RUN npm ci --production --silent && npm install tsx dotenv --silent
|
||||||
|
|
||||||
|
# Copy tsconfig for path mapping resolution (@/ alias)
|
||||||
|
COPY tsconfig.json ./
|
||||||
|
|
||||||
# Copy worker code and shared lib
|
# Copy worker code and shared lib
|
||||||
COPY worker ./worker
|
COPY worker ./worker
|
||||||
COPY lib ./lib
|
COPY lib ./lib
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user