Skip to content
Snippets Groups Projects
Commit f3d62420 authored by Steffen Schulze's avatar Steffen Schulze
Browse files

Update Dockerfile

parent cc300b16
No related branches found
Tags v2.0.0
No related merge requests found
Pipeline #41208 failed with stages
in 58 seconds
......@@ -14,7 +14,7 @@ RUN cd uniffi && cargo build --release
FROM golang:1.21 as go-build
# Copies your source code into the go directory
COPY --from=files . /src
COPY . /src
# set work directory
WORKDIR /src
......@@ -50,4 +50,4 @@ EXPOSE 9090:9090
HEALTHCHECK --interval=5s --timeout=2s --retries=2 --start-period=2s CMD ["curl", "--fail", "http://127.0.0.1:9090/health"]
CMD ["/bin/app"]
\ No newline at end of file
CMD ["/bin/app"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment