This commit is contained in:
parent
bb8c2f06fd
commit
c926227245
1 changed files with 0 additions and 4 deletions
|
@ -6,7 +6,6 @@ WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
COPY tsconfig.json ./
|
COPY tsconfig.json ./
|
||||||
COPY tsconfig.backend.json ./
|
COPY tsconfig.backend.json ./
|
||||||
COPY tsconfig.broker.json ./
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
### NEW ###
|
### NEW ###
|
||||||
|
@ -15,9 +14,6 @@ RUN npm install cors
|
||||||
RUN npm install -g npm@11.2.0
|
RUN npm install -g npm@11.2.0
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
# Zuerst broker.ts zu broker.mjs kompilieren
|
|
||||||
#RUN npx tsc -p tsconfig.broker.json
|
|
||||||
|
|
||||||
# Danach server.ts kompilieren, nachdem broker.mjs existiert
|
# Danach server.ts kompilieren, nachdem broker.mjs existiert
|
||||||
RUN npx tsc -p tsconfig.backend.json
|
RUN npx tsc -p tsconfig.backend.json
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue