Skip to content

Commit

Permalink
fix(docker): app name
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Jun 5, 2024
1 parent c475da8 commit 3aa45d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Create a stage for building the application.

ARG RUST_VERSION=1.72.0
ARG APP_NAME=monitoring
ARG APP_NAME=pragma-monitoring
FROM rust:${RUST_VERSION}-slim-bullseye AS build
ARG APP_NAME
WORKDIR /app
Expand Down

0 comments on commit 3aa45d8

Please sign in to comment.