fix dockerfile
This commit is contained in:
parent
484409b64d
commit
9e809c2d3c
1 changed files with 1 additions and 1 deletions
|
@ -7,9 +7,9 @@ RUN apk add musl-dev
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
FROM node:alpine AS builder-ts
|
FROM node:alpine AS builder-ts
|
||||||
RUN npm install typescript
|
|
||||||
COPY client /app/
|
COPY client /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
RUN npm install typescript
|
||||||
RUN npx tsc
|
RUN npx tsc
|
||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
Loading…
Reference in a new issue