This commit is contained in:
parent
39b0a653ed
commit
f51d05283d
@ -13,9 +13,8 @@ COPY pnpm-lock.yaml ./
|
||||
COPY apps/${APP} ./apps/${APP}
|
||||
|
||||
RUN pnpm install
|
||||
|
||||
# Copy app source
|
||||
COPY . .
|
||||
|
||||
RUN pnpm build --filter apps/${APP}
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user