fix: update avatar path

This commit is contained in:
Oliver Davies 2022-02-24 00:15:58 +00:00
parent 4b5a4509be
commit 383a4fd2f4
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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