Compare commits
2 Commits
main
...
command/mo
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"]
|
||||
|
@ -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 {}
|
Loading…
x
Reference in New Issue
Block a user