An open API service indexing awesome lists of open source software.

https://github.com/skyway/old-skyway-js-sdk-dockerfile

Dockerfile for testing and deploying skyway-js-sdk
https://github.com/skyway/old-skyway-js-sdk-dockerfile

Last synced: 6 months ago
JSON representation

Dockerfile for testing and deploying skyway-js-sdk

Awesome Lists containing this project

README

          

# SkyWay-JS-SDK Dockerfile

**これは旧SkyWayのリポジトリです。[新しいSkyWay]()への移行をご検討ください。**

**This is the old SkyWay repository. Please consider migrating to the [new SkyWay]().**

---

Dockerfile for testing and deploying skyway-js-sdk

## How to update
```
$ docker login
$ docker build -t skywayci/skyway-js-sdk:latest .
$ docker push skywayci/skyway-js-sdk
```