fix: set executable permission for start.sh in Dockerfile
This commit is contained in:
parent
5031ebf4b2
commit
0e826dd42f
@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY game_collection .
|
||||
COPY start.sh .
|
||||
RUN chmod +x start.sh
|
||||
|
||||
EXPOSE 3004
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user