Skip to content

Commit

Permalink
Remove dockerfile comments
Browse files Browse the repository at this point in the history
  • Loading branch information
miam-miam committed Mar 6, 2024
1 parent c0ad498 commit 85fea48
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
#FROM rust:1.76-alpine as builder
#
#WORKDIR /usr/src/verify-bot
#COPY . .
#
#RUN apk update && apk install libssl-dev && rm -rf /var/lib/apt/lists/*
#
#RUN cargo install --path .
#
#CMD ["verify-bot"]

FROM rust:1.76-buster as build

# create a new empty shell project
Expand Down

0 comments on commit 85fea48

Please sign in to comment.