We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2897546 commit 9378f94Copy full SHA for 9378f94
2 files changed
.github/workflows/ci.yml
@@ -8,13 +8,6 @@ jobs:
8
ci:
9
env:
10
IMAGE_NAME: "hex_tiny"
11
- strategy:
12
- fail-fast: false
13
- matrix:
14
- include:
15
- - pair:
16
- elixir: '1.18.3-otp-27'
17
- otp: '27.3.1'
18
19
runs-on: ubuntu-24.04
20
docker/Dockerfile
@@ -1,5 +1,5 @@
1
FROM elixir:1.18-alpine
2
-ADD entrypoint.sh /
+ADD docker/entrypoint.sh /
3
RUN apk update && apk add openssl
4
RUN mkdir /acme
5
RUN cd /acme && openssl genrsa -out private_key.pem
0 commit comments