File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN if [[ -n $VERSION ]]; then \
2222
2323RUN if [[ -n $SAAS ]]; then API_ROOT=/api yarn build --configuration=saas-production; \
2424 else API_ROOT=/api yarn build --configuration=production; fi
25- RUN ls /app/frontend/dist/dissendium-v0
25+ RUN ls /app/frontend/dist/rocketadmin
2626
2727FROM node:22-slim
2828
@@ -43,7 +43,7 @@ COPY .yarn /app/.yarn
4343RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn install --network-timeout 1000000 --immutable --silent
4444RUN cd shared-code && ../node_modules/.bin/tsc
4545RUN cd backend && ../node_modules/.bin/tsc && yarn run nest build
46- COPY --from=front_builder /app/frontend/dist/dissendium-v0 /var/www/html
46+ COPY --from=front_builder /app/frontend/dist/rocketadmin /var/www/html
4747COPY frontend/nginx/default.conf /etc/nginx/sites-enabled/default
4848RUN mkdir -p /app/backend/node_modules/.cache && chown -R appuser:appuser /app/backend/node_modules/.cache
4949RUN chown -R appuser:appuser /var/lib/nginx
You can’t perform that action at this time.
0 commit comments