mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +07:00
6 lines
85 B
Go
6 lines
85 B
Go
// +build !windows
|
|
|
|
package dockerfile
|
|
|
|
var defaultShell = []string{"/bin/sh", "-c"}
|