Fixed outdated reference in dockerfile
This commit is contained in:
parent
9a18716bad
commit
35af62b271
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ WORKDIR /app
|
|||
COPY . ./
|
||||
|
||||
# Needs permissions to be updated AFTER the copy step
|
||||
RUN chmod +x ./docker-run.sh
|
||||
RUN chmod +x ./docker-run.dev.sh
|
||||
|
||||
# Install Elixir deps
|
||||
RUN mix deps.get
|
||||
|
|
|
|||
Loading…
Reference in a new issue