Skip to content

Commit

Permalink
update dev buildx command
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyanthropos committed Mar 22, 2023
1 parent 07caec0 commit 16cccc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start:db": "docker compose exec mysql mysql -u root -phelloworld -e 'CREATE DATABASE IF NOT EXISTS doenet_local CHARACTER SET=utf8 COLLATE=utf8_unicode_ci;'",
"build:clean": "snowpack build --clean --reload --config snowpack.deploy.config.js",
"build:core": "rollup -c",
"buildx:dev": "docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -f doenet_docker/snowpack/Dockerfile -t lyanthropos/doenet_dev:latest -t lyanthropos/doenet_dev:2.0 . --push",
"buildx:dev": "docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -f doenet_docker/dev/Dockerfile -t lyanthropos/doenet_dev:latest -t lyanthropos/doenet_dev:2.1 . --push",
"buildx:php": "docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -f doenet_docker/php/Dockerfile -t lyanthropos/doenet_php:dev . --push",
"buildx:apache": "docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7 -f doenet_docker/apache/Dockerfile -t lyanthropos/doenet_apache:dev . --push",
"buildx:mysql": "docker buildx build --platform linux/amd64 -f doenet_docker/mysql/Dockerfile -t lyanthropos/doenet_mysql:dev . --push",
Expand Down

0 comments on commit 16cccc0

Please sign in to comment.