Skip to content
Snippets Groups Projects
Unverified Commit c0e19f23 authored by Milad Karimiyan's avatar Milad Karimiyan Committed by GitHub
Browse files

Fix permission denied bug (#2802)


* Fix permission denied bug

Fixing this issue:

ERROR: for greenlight-v2  Cannot start service app: OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "bin/start": permission denied: unknown

* fix persian sentence

this issue appear in fa_IR locale

* Remove unnecessary change user in Dockerfile

I removed USER root and result was the same

Co-authored-by: default avatarAhmad Farhat <ahmad.af.farhat@gmail.com>
parent 2ff19c99
No related branches found
No related tags found
No related merge requests found
......@@ -63,5 +63,8 @@ EXPOSE 80
ARG version_code
ENV VERSION_CODE=$version_code
# Set executable permission to start file
RUN chmod +x bin/start
# Start the application.
CMD ["bin/start"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment