Skip to content

Commit

Permalink
fix: GitHub workflow needs root?
Browse files Browse the repository at this point in the history
  • Loading branch information
hcnp committed May 31, 2024
1 parent 715e040 commit ada5013
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 @@ -47,7 +47,7 @@ RUN apt-get update \
&& chown ${uid} /home/${user}/fhir-package-cache

# Do not run the entrypoint as root. That is a security risk.
USER ${uid}:${gid}
# USER ${uid}:${gid}
WORKDIR /home/${user}

ENTRYPOINT [ "java", "-Xmx4g", "-jar", "/input-cache/publisher.jar"]

0 comments on commit ada5013

Please sign in to comment.