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
No related tags found
No related merge requests found
......@@ -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