fix: ensure start.sh is correctly copied into the Docker image in Dockerfile
This commit is contained in:
parent
6755f1ddf9
commit
e277542a9d
@ -6,6 +6,7 @@ COPY game_collection/requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY game_collection .
|
||||
COPY start.sh .
|
||||
|
||||
EXPOSE 3004
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user