This commit is contained in:
parent
cbc4bcd670
commit
c0b7d8c10e
@ -5,9 +5,8 @@ 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 ci
|
RUN npm install --dev
|
||||||
RUN /app/node_modules/.bin/ng build --prod
|
RUN ./node_modules/.bin/ng build --prod
|
||||||
# RUN npm run build
|
|
||||||
|
|
||||||
# Serve application
|
# Serve application
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user