.output
This commit is contained in:
parent
7730320071
commit
5acc8b0934
@ -17,7 +17,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN npm install -g serve
|
RUN npm install -g serve
|
||||||
|
|
||||||
COPY --from=builder /app/.output ./output
|
COPY --from=builder /app/.output ./.output
|
||||||
COPY --from=builder /app/node_modules ./node_modules
|
COPY --from=builder /app/node_modules ./node_modules
|
||||||
COPY --from=builder /app/package*.json ./
|
COPY --from=builder /app/package*.json ./
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user