Skip to content

Commit

Permalink
add src to docker image, fixed mutil userid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ARC-MX committed Dec 19, 2024
1 parent 6c50cef commit 81468d1
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 155 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
username:
description: 'version of this branch'
default: 'v1.5.3'
default: 'v1.5.4'
required: true
type: string
paths:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-for-github-action
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG TARGETARCH
ARG VERSION
ENV VERSION=${VERSION}

# COPY scripts/* /app/
COPY scripts/* /app/
WORKDIR /app

RUN apt-get --allow-releaseinfo-change update \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ services:
- SET_CONTAINER_TIMEZONE=true
- CONTAINER_TIMEZONE=Asia/Shanghai
restart: unless-stopped
volumes:
- ./scripts:/app
# volumes:
# - ./scripts:/app
command: python3 main.py

networks:
Expand Down
Loading

0 comments on commit 81468d1

Please sign in to comment.