Skip to content

Commit

Permalink
Update Treatment Service Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyylim committed Mar 8, 2023
1 parent 5ed7faa commit 79d2521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion treatment-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM alpine:latest

RUN apk update && apk add git make bash unzip libtool gcc musl-dev ca-certificates dumb-init tzdata
RUN apk update && apk add git make bash unzip libtool gcc musl-dev ca-certificates dumb-init tzdata libc6-compat

RUN mkdir -p /opt/xp_treatment

COPY . /opt/xp_treatment/
COPY ./bin/* /opt/xp_treatment/
RUN chmod +x /opt/xp_treatment/xp-treatment

WORKDIR /opt/xp_treatment
ENTRYPOINT [ "./xp-treatment" ]

0 comments on commit 79d2521

Please sign in to comment.