add dockerfile to serve content on port 3000
add a println! statement to check that the service starts serving
This commit was merged in pull request #2.
Dieser Commit ist enthalten in:
9
Dockerfile
Normale Datei
9
Dockerfile
Normale Datei
@@ -0,0 +1,9 @@
|
||||
FROM rust:1.75.0
|
||||
|
||||
WORKDIR /usr/src/chaospott-status
|
||||
COPY . .
|
||||
RUN cargo install --path .
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["chaospott-status"]
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren