Make path to local lemmy-ui use correct relative path (#2817)

This commit is contained in:
SleeplessOne1917 2023-04-17 17:38:59 +00:00 committed by GitHub
parent 922b50fc7c
commit f5511cfd25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ services:
# run docker compose up --build
# assuming lemmy-ui is cloned besides lemmy directory
# build:
# context: ../../../lemmy-ui
# context: ../../lemmy-ui
# dockerfile: dev.dockerfile
networks:
- lemmyinternal