Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Changed dockerfile build location
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed Sep 19, 2023
1 parent 68edfb8 commit 582b8fe
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 @@ -4,7 +4,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y python3 python3-dev
RUN apt-get install -y ca-certificates

COPY ./build/dev/NUTC-client ./NUTC
COPY ./build/NUTC-client ./NUTC
RUN chmod +x ./NUTC

CMD ./NUTC

0 comments on commit 582b8fe

Please sign in to comment.