Skip to content

Commit

Permalink
build: remove --build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed Jun 18, 2024
1 parent c96b59b commit 1c3901b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ jobs:
run: |
cp .env.dist .env
# method #1
#- name: Install mkcert
# run: |
# sudo apt-get update && sudo apt-get install libnss3-tools
# wget -q -O - https://mkcert.dev/install.sh | sudo bash

# method #2
- name: Generate self-signed CA
uses: kofemann/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ wait:

up:
@echo "Starting docker compose services"
@MARIADB_TAG=${MARIADB_TAG} WORDPRESS_TAG=${WORDPRESS_TAG} NODE_TAG=${NODE_TAG} $(DOCKER_COMPOSE) up -d --build
@MARIADB_TAG=${MARIADB_TAG} WORDPRESS_TAG=${WORDPRESS_TAG} NODE_TAG=${NODE_TAG} $(DOCKER_COMPOSE) up -d

install-node: clean-node
@echo "[node] Installing dependencies"
Expand Down

0 comments on commit 1c3901b

Please sign in to comment.