Fixed error
Some checks failed
Build Jtr app test image / test (push) Failing after 8s

This commit is contained in:
mdnapo 2024-10-19 14:25:36 +02:00
parent c2b3688e76
commit 0ef66f6748

View File

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