Skip to content

Commit

Permalink
word
Browse files Browse the repository at this point in the history
  • Loading branch information
tanfarming committed Dec 12, 2023
1 parent eca4b91 commit d267d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ run openssl req -newkey rsa:2048 -nodes -keyout key.pem -subj "/CN=turkeyorch" -
run printf "subjectAltName=DNS:turkeyorch,DNS:*.turkeyorch,DNS:turkeyorch.turkey-services.svc.cluster.local" > f
run openssl x509 -req -extfile f -days 36500 -in server.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out cert.pem

from alpine:latest
from alpine:3.18
run apk add curl terraform postgresql
WORKDIR /app
COPY --from=buildEnv /app/. /app/.
Expand Down

0 comments on commit d267d6d

Please sign in to comment.