diff --git a/Dockerfile b/Dockerfile index bd8edff..fd6ab06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ RUN cargo build --release FROM centos:8 # Copy the binary from the build stage to the current directory in the new stage -COPY --from=build /app/target/release/temper/temper +COPY --from=build /app/target/release/enso-temper /enso-temper EXPOSE 80 -CMD ["./temper"] \ No newline at end of file +CMD ["./enso-temper"] \ No newline at end of file