docs
This commit is contained in:
@@ -62,6 +62,8 @@ ENV RUST_LOG=warn
|
||||
# Copy the build artifact from the build stage
|
||||
COPY --from=build /quoter/target/release/quoter .
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
# Create healthcheck
|
||||
HEALTHCHECK --interval=30s --timeout=3s \
|
||||
CMD curl -f http://localhost:8080/ || exit 1
|
||||
|
||||
Reference in New Issue
Block a user