File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Examples/HelloWorldHummingbird Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3131 run : |
3232 swift run containertool --repository localhost:5000/vapor Package.swift --from swift:slim
3333
34+ - name : Build the example
35+ run : |
36+ cd Examples/HelloWorldHummingbird
37+ swift package --allow-network-connections all \
38+ build-container-image \
39+ --repository localhost:5000/hummingbird \
40+ --from swift:slim
41+
3442 - name : Run the example
3543 run : |
36- docker run -d -p 8080:8080 localhost:5000/vapor
44+ docker run -d -p 8080:8080 localhost:5000/hummingbird
3745
3846 - name : Check that the service is running
3947 run : |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ let package = Package(
2121 platforms: [ . macOS( . v14) ] ,
2222 dependencies: [
2323 . package ( url: " https://github.com/hummingbird-project/hummingbird.git " , from: " 2.1.0 " ) ,
24- . package ( url : " https://github.com/apple/swift-container-plugin " , from : " 0.2.0 " ) ,
24+ . package ( path : " ../.. " ) ,
2525 ] ,
2626 targets: [
2727 . executableTarget( name: " hello-world " , dependencies: [ . product( name: " Hummingbird " , package : " hummingbird " ) ] )
You can’t perform that action at this time.
0 commit comments