Skip to content

Commit

Permalink
chore: remove deps.yaml from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton committed Jun 12, 2023
1 parent 2191ea7 commit 254dd0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN apk add --no-cache ca-certificates

# Copy the binary to the production image from the builder stage.
COPY --from=builder /app/server /server
COPY --from=builder /app/deps.yaml /deps.yaml

# Run the web service on container startup.
CMD ["/server"]

0 comments on commit 254dd0b

Please sign in to comment.