|
@@ -150,5 +150,10 @@ 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 {
|