Compare commits
2 Commits
main
...
command/mo
Author | SHA1 | Date | |
---|---|---|---|
c1b3861bef | |||
efab608220 |
@ -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"]
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
|
// MARK: - Bundleable
|
||||||
|
|
||||||
|
extension Bundle: Bundleable {}
|
||||||
|
|
||||||
// MARK: - Processable
|
// MARK: - Processable
|
||||||
|
|
||||||
extension Process: Processable {}
|
extension Process: Processable {}
|
@ -1,5 +0,0 @@
|
|||||||
import Foundation
|
|
||||||
|
|
||||||
// MARK: - Bundleable
|
|
||||||
|
|
||||||
extension Bundle: Bundleable {}
|
|
Loading…
x
Reference in New Issue
Block a user