fix: update avatar path
This commit is contained in:
parent
4b5a4509be
commit
383a4fd2f4
|
@ -3,7 +3,7 @@ description: Lead Software Developer. Freelancer. Drupal and PHP specialist.
|
||||||
locale: en-GB
|
locale: en-GB
|
||||||
|
|
||||||
avatar:
|
avatar:
|
||||||
path: "/images/social-avatar.jpg"
|
path: "/files/images/social-avatar.jpg"
|
||||||
|
|
||||||
drupalorg:
|
drupalorg:
|
||||||
name: opdavies
|
name: opdavies
|
||||||
|
|
|
@ -4,11 +4,11 @@ services:
|
||||||
context: .
|
context: .
|
||||||
target: build
|
target: build
|
||||||
image: "ghcr.io/opdavies/oliverdavies.uk-web:${DOCKER_TAG:-latest}"
|
image: "ghcr.io/opdavies/oliverdavies.uk-web:${DOCKER_TAG:-latest}"
|
||||||
command: "sculpin generate --clean --port ${SCULPIN_PORT:-80} --url ${SCULPIN_URL:-http://localhost} --env ${SCULPIN_ENV:-dev} ${SCULPIN_GENERATE_ARGS}"
|
command: "sculpin generate --clean --port ${SCULPIN_PORT:-8000} --url ${SCULPIN_URL:-http://localhost} --env ${SCULPIN_ENV:-dev} ${SCULPIN_GENERATE_ARGS}"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
ports:
|
ports:
|
||||||
- "${SCULPIN_PORT:-80}:${SCULPIN_PORT:-80}"
|
- "8000:8000"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
tty: true
|
tty: true
|
||||||
|
|
Loading…
Reference in a new issue