Trying npm install dev
Some checks failed
Build Jtr app test image / test (push) Failing after 36s

This commit is contained in:
mdnapo 2024-10-19 14:56:11 +02:00
parent cbc4bcd670
commit c0b7d8c10e

View File

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