We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a7ec5 commit a89b6e6Copy full SHA for a89b6e6
Dockerfile
@@ -7,6 +7,6 @@ RUN cargo build --release
7
FROM centos:8
8
9
# Copy the binary from the build stage to the current directory in the new stage
10
-COPY --from=build /app/target/release/temper/temper
+COPY --from=build /app/target/release/enso-temper /enso-temper
11
EXPOSE 80
12
-CMD ["./temper"]
+CMD ["./enso-temper"]
0 commit comments