Skip to content

Commit

Permalink
Merge pull request #39 from uc-cdis/fix/add_docker_fix_for_config_loc…
Browse files Browse the repository at this point in the history
…al_part2

Fix/add docker fix for config local (part2)
  • Loading branch information
pieterlukasse authored Jan 24, 2024
2 parents b729e5f + 44c2f62 commit 7ca1003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ COPY --from=builder /code/js /usr/share/nginx/html/atlas/js

# Load Atlas local config with current user, so it can be modified
# with env substitution
# COPY --chown=101 docker/config-local.js /usr/share/nginx/html/atlas/js/config-local.js
COPY --chown=101 docker/config-local.js /usr/share/nginx/html/atlas/js/config-local.js

0 comments on commit 7ca1003

Please sign in to comment.