Trying ci with include dev flag
Some checks failed
Build Jtr app test image / test (push) Failing after 38s

This commit is contained in:
mdnapo 2024-10-19 14:58:41 +02:00
parent c0b7d8c10e
commit 1543926934

View File

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