Trying ci with include dev flag
Some checks failed
Build Jtr app test image / test (push) Failing after 38s
Some checks failed
Build Jtr app test image / test (push) Failing after 38s
This commit is contained in:
parent
c0b7d8c10e
commit
1543926934
@ -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 --dev
|
RUN npm ci --include=dev
|
||||||
RUN ./node_modules/.bin/ng build --prod
|
RUN ./node_modules/.bin/ng build --prod
|
||||||
|
|
||||||
# Serve application
|
# Serve application
|
||||||
|
Loading…
Reference in New Issue
Block a user