fix: correct entrypoint.sh COPY path for root build context
This commit is contained in:
parent
e617999074
commit
1eefd5ac72
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ RUN useradd -m -u 1000 -s /bin/bash agent
|
|||
# Copy disinto code into the image
|
||||
COPY . /home/agent/disinto
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
COPY docker/agents/entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
# Entrypoint runs as root to start the cron daemon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue