Skip to content
Snippets Groups Projects
Commit f0772e99 authored by John Ireland Schiwitz's avatar John Ireland Schiwitz 🥑
Browse files

Upload New File

parent 08489f5e
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:latest
RUN apt-get update && apt-get -y install python3
COPY ./ /opt/vb
CMD ["python3", "/opt/vb/main.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment