Skip to content

Commit a89b6e6

Browse files
committed
fix docker build
1 parent 59a7ec5 commit a89b6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ RUN cargo build --release
77
FROM centos:8
88

99
# Copy the binary from the build stage to the current directory in the new stage
10-
COPY --from=build /app/target/release/temper/temper
10+
COPY --from=build /app/target/release/enso-temper /enso-temper
1111
EXPOSE 80
12-
CMD ["./temper"]
12+
CMD ["./enso-temper"]

0 commit comments

Comments
 (0)