Skip to content

Commit

Permalink
fixed FromAsCasing docker warning
Browse files Browse the repository at this point in the history
  • Loading branch information
parMaster committed Jul 9, 2024
1 parent e71b3c6 commit 49ff510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# docker run -it --rm -p 8080:8080 -v ./config/config.yml:/app/config.yml zoomrs
#
# Build stage
FROM golang:1.22-bullseye as base
FROM golang:1.22-bullseye AS base

RUN adduser \
--disabled-password \
Expand Down Expand Up @@ -48,4 +48,4 @@ USER api-user:api-user
# Expose the port
EXPOSE 8080

CMD ["./zoomrs", "--config", "config.yml"]
CMD ["./zoomrs", "--config", "config.yml"]

0 comments on commit 49ff510

Please sign in to comment.