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

This commit is contained in:
mdnapo 2024-10-19 14:49:29 +02:00
parent 0ef66f6748
commit 6c7c34be09

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 node_modules/.bin/ng build --prod
RUN /app/node_modules/.bin/ng build --prod
# RUN npm run build
# Serve application