Trying npm ci
Some checks failed
Build Jtr app test image / test (push) Failing after 15s

This commit is contained in:
mdnapo 2024-10-19 14:50:51 +02:00
parent 6c7c34be09
commit 0b98bc4e12

View File

@ -5,7 +5,7 @@ COPY . .
ARG API_URL="https://api.jtr.local" ARG API_URL="https://api.jtr.local"
ENV JTR_API_URL=${API_URL} ENV JTR_API_URL=${API_URL}
ENV NODE_ENV="production" ENV NODE_ENV="production"
RUN npm install RUN npm ci
RUN /app/node_modules/.bin/ng build --prod RUN /app/node_modules/.bin/ng build --prod
# RUN npm run build # RUN npm run build