chore: import upstream snapshot with attribution
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
NOW_MONTH=$(date "+%Y-%m")
|
||||
|
||||
DOCKER_TAG=pythonstock/pythonstock:base-${NOW_MONTH}
|
||||
|
||||
echo " docker build -f Dockerfile -t ${DOCKER_TAG} ."
|
||||
docker build -f Dockerfile -t ${DOCKER_TAG} .
|
||||
echo "#################################################################"
|
||||
echo " docker push ${DOCKER_TAG} "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user