Skip to content

Commit 322ee94

Browse files
committed
refactor: update build command in Dockerfile for rocketadmin-agent
1 parent b839679 commit 322ee94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.rocketadmin-agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY rocketadmin-agent /app/rocketadmin-agent
1111
COPY .yarn /app/.yarn
1212
RUN yarn install --network-timeout 1000000
1313
RUN cd shared-code && ../node_modules/.bin/tsc
14-
RUN cd rocketadmin-agent && yarn run nest build
14+
RUN cd rocketadmin-agent && yarn run build
1515

1616
RUN chown -R appuser:appuser /app
1717

0 commit comments

Comments
 (0)