Skip to content

Commit

Permalink
Push changes
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <psolymos@gmail.com>
  • Loading branch information
psolymos committed Jul 5, 2024
1 parent 92765b7 commit 2ac4171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py-shiny/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd py-shiny
export DOCKER_DEFAULT_PLATFORM=linux/amd64

# Specify tag
export TAG=faithful/py-shiny:main
export TAG=faithful/py-shiny:latest

# Build image
docker build -t $TAG .
Expand Down
2 changes: 1 addition & 1 deletion r-shiny/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd r-shiny
export DOCKER_DEFAULT_PLATFORM=linux/amd64

# Specify tag
export TAG=faithful/r-shiny:main
export TAG=faithful/r-shiny:latest

# Build image
docker build -t $TAG .
Expand Down

0 comments on commit 2ac4171

Please sign in to comment.