FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonnet-docker/build_and_deploy.sh at master · pythonnet/pythonnet-docker · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jun 9, 2020. It is now read-only.
pythonnet
/
pythonnet-docker
Public archive
Notifications
You must be signed in to change notification settings
Fork
2
Star
4
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonnet-docker
/
build_and_deploy.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
9 lines (6 loc) · 400 Bytes
Breadcrumbs
pythonnet-docker
/
build_and_deploy.sh
Copy path
File metadata and controls
executable file
·
9 lines (6 loc) · 400 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
#!
/bin/bash
set
-e
docker build -t pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0
.
docker build -t pythonnet/pythonnet:python3.5-mono4.8.0-pythonnet2.3.0 -f Dockerfile-python3.5-mono4.8.0-pythonnet2.3.0
.
docker push pythonnet/pythonnet:python2.7-mono4.8.0-pythonnet2.3.0
docker push pythonnet/pythonnet:python3.5-mono4.8.0-pythonnet2.3.0
Back
|
FazBrowse Home
|
New Git URL