mirror of
https://github.com/swift-server/swift-devcontainer-template.git
synced 2026-05-03 07:12:26 +00:00
9d11e1034a
* Build devcontainer from features * Fix lldb.library setting * Remove Node.js comments * Remove swift 4.2 * Update README * Remove table from README * Add test script * comment
9 lines
468 B
Bash
Executable File
9 lines
468 B
Bash
Executable File
#!/bin/sh
|
|
# This script requires the devcontainer tool for publishing. You can install it with
|
|
# npm install -g @devcontainers/cli
|
|
# More details can be found here https://github.com/devcontainers/cli#try-it-out
|
|
#
|
|
# When running this script you need to set the environment variable GITHUB_TOKEN. You can
|
|
# use a personal access token for the GITHUB_TOKEN varaiable
|
|
devcontainer templates publish -r ghcr.io -n swift-server/swift-devcontainer-template ./src
|