Skip to content

Commit 161ee25

Browse files
committed
chore: clean up Dockerfile by removing redundant cache removal command
1 parent 82274ac commit 161ee25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/aio/community/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ COPY --from=space-img /app /app/space
3636
COPY --from=admin-img /usr/share/nginx/html/god-mode /app/admin
3737
COPY --from=live-img /app /app/live
3838

39-
RUN rm -rf /app/space/apps/space/.next/cache && \
39+
RUN rm -rf /app/space/apps/space/.next/cache
4040

4141
COPY --from=proxy-img /usr/bin/caddy /usr/bin/caddy
4242
COPY dist/Caddyfile /app/proxy/Caddyfile

0 commit comments

Comments
 (0)