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
- Host: GitHub
- URL: https://github.com/skyway/old-skyway-js-sdk-dockerfile
- Owner: skyway
- Created: 2017-09-22T06:10:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T03:09:12.000Z (over 3 years ago)
- Last Synced: 2025-01-24T02:32:22.861Z (over 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```