We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b839679 commit 322ee94Copy full SHA for 322ee94
1 file changed
Dockerfile.rocketadmin-agent
@@ -11,7 +11,7 @@ COPY rocketadmin-agent /app/rocketadmin-agent
11
COPY .yarn /app/.yarn
12
RUN yarn install --network-timeout 1000000
13
RUN cd shared-code && ../node_modules/.bin/tsc
14
-RUN cd rocketadmin-agent && yarn run nest build
+RUN cd rocketadmin-agent && yarn run build
15
16
RUN chown -R appuser:appuser /app
17
0 commit comments