Skip to content
Snippets Groups Projects
Commit a81f9f24 authored by Jiman Kim's avatar Jiman Kim
Browse files

back

parent 00b4666c
No related branches found
No related tags found
1 merge request!540user docker file
Pipeline #291952 failed
......@@ -23,7 +23,7 @@ RUN yum update -y && yum install -y shadow-utils \
&& groupadd -g 10001 -r appgroup \
&& useradd -M -g 10001 -r -u 10001 appuser
WORKDIR /app
WORKDIR /
COPY ${JAR_FILE} app.jar
COPY /provider/notification-aws/build-aws/entrypoint.sh /entrypoint.sh
EXPOSE 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment