Skip to content

ge64/IS421-Homework7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IS 421-002 - Homework 7

Scalability and Cloud Computing

Repo link:

myRepoQRCode

Instructions

Clone repo

git clone https://github.com/ge64/homework7

Install requirements

pip install -r requirements.txt

Build the Docker image

docker build -t qrcode-generator .

Run the Docker container

docker-compose up

To run with a different link

docker run -e QR_CODE_DEFAULT_URL=https://[yourLinkHere].com -e QR_CODE_IMAGE_DIRECTORY=images -e QR_CODE_DEFAULT_FILE_NAME='[yourFileNameHere].png' -v ${pwd}:/home/myuser qrcode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors