Skip to content

Commit

Permalink
Merge pull request #103 from boxuk/misc-docker-imporvements
Browse files Browse the repository at this point in the history
[MISC] Docker Updates
  • Loading branch information
jdamner authored Aug 19, 2024
2 parents 556d934 + 411773e commit ad05ca8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/nodejs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
docker-compose run --rm nodejs "$@"
docker compose run --rm nodejs "$@"
2 changes: 1 addition & 1 deletion bin/php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
docker-compose run --rm -T php "$@"
docker compose run --rm -T php "$@"
2 changes: 1 addition & 1 deletion bin/start
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

./bin/composer install
docker-compose up -d wordpress
docker compose up -d wordpress
./bin/npm install
./bin/npm run start
2 changes: 0 additions & 2 deletions docker-compose.yml → compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.1'

services:
php:
build: ./docker/php
Expand Down

0 comments on commit ad05ca8

Please sign in to comment.