Compare commits

...

2 Commits

3 changed files with 5 additions and 6 deletions

View File

@ -2,6 +2,6 @@ services:
app: app:
build: build:
context: . context: .
port: ports:
- 3000:8080 - 3000:8080
command: ["--hostname", "0.0.0.0", "--port", "8080"] command: ["--hostname", "0.0.0.0", "--port", "8080"]

View File

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

View File

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