Skip to content

Commit 464be8b

Browse files
committed
dissenium => rocketadmin
1 parent 599182b commit 464be8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
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 /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)