Skip to content

Commit

Permalink
build_docker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed Nov 30, 2020
1 parent d66435e commit 16b0745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openseespy-docker/build_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def build_docker(dry_run=True, push=False):
if push:
print(f'docker login')
print(f'docker image push {tag_openseespy}')
print(f'docker image push {tag_notebook'})
print(f'docker image push {tag_notebook}')


if __name__ == "__main__":
Expand Down

0 comments on commit 16b0745

Please sign in to comment.