From 8eba075790188856ffc59e2ada075b4f660cc658 Mon Sep 17 00:00:00 2001 From: john schiwitz <john@Johns-loaner.local> Date: Wed, 13 Nov 2024 11:13:51 -0600 Subject: [PATCH] chg readme --- Dockerfile | 1 + README.md | 7 +++---- main.py | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97884ee..4a6d1db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,3 +2,4 @@ FROM ubuntu:latest RUN apt-get update && apt-get -y install python3 COPY ./ /opt/vb CMD ["python3", "/opt/vb/main.py"] + diff --git a/README.md b/README.md index 0165bab..7648fb3 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,9 @@ Already a pro? Just edit this README.md and make it your own. Want to make it ea - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: ``` -cd existing_repo -git remote add origin https://gitlab.rc.uab.edu/jischiwi/pyhw.git -git branch -M main -git push -uf origin main +podman build -t gitlab.rc.uab.edu:4567/jischiwi/pyhw . +podman login gitlab.rc.uab.edu:4567 -u jischiwi +podman push gitlab.rc.uab.edu:4567/jischiwi/pyhw ``` ## Integrate with your tools diff --git a/main.py b/main.py index 324d15d..890e84c 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,5 @@ import time - def main(): while True: print("Ubuntu runs containers!") -- GitLab