Skip to content

Commit

Permalink
Dockerfile test#2
Browse files Browse the repository at this point in the history
  • Loading branch information
oldme-git committed Jun 25, 2024
1 parent b62bf49 commit b84e276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifest/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM frolvlad/alpine-glibc:alpine-3

RUN apk update && apk add tzdata ca-certificates bash

ENV WORKDIR /app
ADD ./main $WORKDIR/main
RUN chmod +x $WORKDIR/main
Expand Down

0 comments on commit b84e276

Please sign in to comment.