Skip to content

Commit

Permalink
hotfix in startup.sh misnaming winx32 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
malwaredllc committed Jun 19, 2020
1 parent 3922568 commit e8714cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-gui/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo "Building Docker images - this will take a while, please be patient..."
cd docker-pyinstaller1
docker build -f Dockerfile-py3-amd64 -t nix-amd64 .
docker build -f Dockerfile-py3-i386 -t nix-i386 .
docker build -f Dockerfile-py3-win32 -t win-win32 .
docker build -f Dockerfile-py3-win32 -t win-x32 .

# Run app
cd ..
Expand Down

0 comments on commit e8714cb

Please sign in to comment.