mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 07:03:53 +00:00
Move docker-entrypoint.sh into the test/acceptance/scripts directory
This commit is contained in:
parent
32d06b805c
commit
0a5f95f22d
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM ubuntu
|
||||
|
||||
COPY ./test/acceptance/docker-entrypoint.sh /entrypoint.sh
|
||||
COPY ./test/acceptance/scripts/docker-entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
|
|
Loading…
Reference in a new issue