Compare commits
No commits in common. "command/mount" and "main" have entirely different histories.
command/mo
...
main
@ -2,6 +2,6 @@ services:
|
|||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
ports:
|
port:
|
||||||
- 3000:8080
|
- 3000:8080
|
||||||
command: ["--hostname", "0.0.0.0", "--port", "8080"]
|
command: ["--hostname", "0.0.0.0", "--port", "8080"]
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
import Foundation
|
||||||
|
|
||||||
|
// MARK: - Bundleable
|
||||||
|
|
||||||
|
extension Bundle: Bundleable {}
|
@ -1,9 +1,5 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
// MARK: - Bundleable
|
|
||||||
|
|
||||||
extension Bundle: Bundleable {}
|
|
||||||
|
|
||||||
// MARK: - Processable
|
// MARK: - Processable
|
||||||
|
|
||||||
extension Process: Processable {}
|
extension Process: Processable {}
|
Loading…
x
Reference in New Issue
Block a user