Compare commits

..

No commits in common. "command/mount" and "main" have entirely different histories.

3 changed files with 6 additions and 5 deletions

View File

@ -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"]

View File

@ -0,0 +1,5 @@
import Foundation
// MARK: - Bundleable
extension Bundle: Bundleable {}

View File

@ -1,9 +1,5 @@
import Foundation import Foundation
// MARK: - Bundleable
extension Bundle: Bundleable {}
// MARK: - Processable // MARK: - Processable
extension Process: Processable {} extension Process: Processable {}