mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
clarify comment: appName was previously interpolated raw (pre-fix behavior)
This commit is contained in:
parent
f593f4f0fe
commit
d53ed79d1a
@ -12,7 +12,7 @@ import {
|
||||
import { quote } from "shell-quote";
|
||||
import { beforeEach, describe, expect, it, vi } from "vitest";
|
||||
|
||||
// The libsql `appName` is later interpolated raw into shell commands in
|
||||
// The libsql `appName` was previously interpolated raw into shell commands in
|
||||
// packages/server/src/utils/docker/utils.ts (stopService/startService/
|
||||
// removeService and their *Remote variants) and packages/server/src/
|
||||
// services/docker.ts (the two `--filter` find commands in getContainerLogs).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user