Skip to content

Commit

Permalink
Fix docker build image
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaDmitryuk committed Mar 16, 2023
1 parent 571f926 commit e3f34ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ configure_docker() {
pull_or_build_docker_image() {
if [ "$1" == "build" ]; then
echo "Сборка Docker-образа для LaTeX..."
docker build -t 2109199812/docker-latex .
docker build --load -t 2109199812/docker-latex .
else
echo "Загрузка Docker-образа для LaTeX..."
docker pull 2109199812/docker-latex
Expand Down

0 comments on commit e3f34ca

Please sign in to comment.