Skip to content

Commit 25759cb

Browse files
authored
dissenium => rocketadmin, vite fix (#1510)
1 parent f966e42 commit 25759cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN if [[ -n $VERSION ]]; then \
2222

2323
RUN 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/browser
2626

2727
FROM node:22-slim
2828

@@ -43,7 +43,7 @@ COPY .yarn /app/.yarn
4343
RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn install --network-timeout 1000000 --immutable --silent
4444
RUN cd shared-code && ../node_modules/.bin/tsc
4545
RUN 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/browser /var/www/html
4747
COPY frontend/nginx/default.conf /etc/nginx/sites-enabled/default
4848
RUN mkdir -p /app/backend/node_modules/.cache && chown -R appuser:appuser /app/backend/node_modules/.cache
4949
RUN chown -R appuser:appuser /var/lib/nginx

0 commit comments

Comments
 (0)