Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
devanoneth committed Oct 5, 2023
1 parent 59a7ec5 commit a89b6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
CMD ["./enso-temper"]

0 comments on commit a89b6e6

Please sign in to comment.