Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c1b3861bef | |||
| efab608220 |
@@ -2,6 +2,6 @@ services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
port:
|
||||
ports:
|
||||
- 3000:8080
|
||||
command: ["--hostname", "0.0.0.0", "--port", "8080"]
|
||||
|
||||
+4
@@ -1,5 +1,9 @@
|
||||
import Foundation
|
||||
|
||||
// MARK: - Bundleable
|
||||
|
||||
extension Bundle: Bundleable {}
|
||||
|
||||
// MARK: - Processable
|
||||
|
||||
extension Process: Processable {}
|
||||
@@ -1,5 +0,0 @@
|
||||
import Foundation
|
||||
|
||||
// MARK: - Bundleable
|
||||
|
||||
extension Bundle: Bundleable {}
|
||||
Reference in New Issue
Block a user