|
@@ -147,6 +147,9 @@ func copyFileToVolume(filePath string, targetPath string, volumeName string) err
|
|
|
if err := cli.ContainerRemove(ctx, resp.ID, types.ContainerRemoveOptions{Force: true}); err != nil {
|
|
if err := cli.ContainerRemove(ctx, resp.ID, types.ContainerRemoveOptions{Force: true}); err != nil {
|