잘못된 경로 수정
This commit is contained in:
@ -34,6 +34,7 @@ WORKDIR /app
|
|||||||
RUN fc-cache -f -v
|
RUN fc-cache -f -v
|
||||||
|
|
||||||
# autouploader 디렉토리의 모든 Python 스크립트 및 설정 파일 복사
|
# autouploader 디렉토리의 모든 Python 스크립트 및 설정 파일 복사
|
||||||
|
# context: . (프로젝트 루트) 이므로 autouploader/ 에서 복사
|
||||||
COPY autouploader/ /app/
|
COPY autouploader/ /app/
|
||||||
|
|
||||||
RUN chmod +x /app/run.sh
|
RUN chmod +x /app/run.sh
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
services:
|
services:
|
||||||
gnu-autouploader:
|
gnu-autouploader:
|
||||||
build:
|
build:
|
||||||
context: ./build/autouploader
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: ./build/autouploader/Dockerfile
|
||||||
image: reg.firstgarden.co.kr/gnu-autouploader:latest
|
image: reg.firstgarden.co.kr/gnu-autouploader:latest
|
||||||
container_name: gnu-autouploader
|
container_name: gnu-autouploader
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./autouploader:/app
|
# - ./autouploader:/app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
fg-webhook:
|
fg-webhook:
|
||||||
|
|||||||
Reference in New Issue
Block a user