Skip to content

Commit 9092b19

Browse files
committed
test distroless image
1 parent b74e756 commit 9092b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.distroless

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ ARG USER_GID=1000
2828

2929
WORKDIR /app
3030

31-
COPY --from=builder /gnfd-qa-test-monitor/build/* ${WORKDIR}
31+
COPY --from=builder /gnfd-qa-test-monitor/build/* ${WORKDIR}/
3232
RUN chown -R ${USER_UID}:${USER_GID} ${WORKDIR}
3333
USER ${USER_UID}:${USER_GID}
34-
RUN cd /app && pwd && ls -al
34+
RUN cd ${WORKDIR}/ && pwd && ls -al
3535
ENTRYPOINT ["/app/monitor"]
3636

3737
# USER nonroot:nonroot

0 commit comments

Comments
 (0)