Skip to content

Commit

Permalink
Updated owner ship for cdkproxymain.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mourya-33 authored Dec 11, 2023
1 parent 38fe840 commit 3e4ddd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker/prod/ecs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN /bin/bash -c "${PYTHON_VERSION} -m pip install -r cdk.requirements.txt --pre
# App code
ADD --chown=${CONTAINER_USER}:root backend/dataall /dataall
VOLUME ["/dataall"]
ADD backend/cdkproxymain.py /cdkproxymain.py
ADD --chown=${CONTAINER_USER}:root backend/cdkproxymain.py /cdkproxymain.py

# App configuration file
ENV config_location="/config.json"
Expand Down

0 comments on commit 3e4ddd5

Please sign in to comment.