Fixed outdated reference in dockerfile

This commit is contained in:
Kieran Eglin 2024-02-20 12:38:41 -08:00
parent 9a18716bad
commit 35af62b271
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -25,7 +25,7 @@ WORKDIR /app
COPY . ./ COPY . ./
# Needs permissions to be updated AFTER the copy step # 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 # Install Elixir deps
RUN mix deps.get RUN mix deps.get