We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82274ac commit 161ee25Copy full SHA for 161ee25
deployments/aio/community/Dockerfile
@@ -36,7 +36,7 @@ COPY --from=space-img /app /app/space
36
COPY --from=admin-img /usr/share/nginx/html/god-mode /app/admin
37
COPY --from=live-img /app /app/live
38
39
-RUN rm -rf /app/space/apps/space/.next/cache && \
+RUN rm -rf /app/space/apps/space/.next/cache
40
41
COPY --from=proxy-img /usr/bin/caddy /usr/bin/caddy
42
COPY dist/Caddyfile /app/proxy/Caddyfile
0 commit comments