format
This commit is contained in:
parent
11403dea01
commit
381816033c
2 changed files with 1 additions and 17 deletions
14
Dockerfile
14
Dockerfile
|
|
@ -1,17 +1,3 @@
|
||||||
# Find eligible builder and runner images on Docker Hub. We use Ubuntu/Debian
|
|
||||||
# instead of Alpine to avoid DNS resolution issues in production.
|
|
||||||
#
|
|
||||||
# https://hub.docker.com/r/hexpm/elixir/tags?page=1&name=ubuntu
|
|
||||||
# https://hub.docker.com/_/ubuntu?tab=tags
|
|
||||||
#
|
|
||||||
# This file is based on these images:
|
|
||||||
#
|
|
||||||
# - https://hub.docker.com/r/hexpm/elixir/tags - for the build image
|
|
||||||
# - https://hub.docker.com/_/debian?tab=tags&page=1&name=bullseye-20250113-slim - for the release image
|
|
||||||
# - https://pkgs.org/ - resource for finding needed packages
|
|
||||||
# - Ex: hexpm/elixir:1.18.3-erlang-27.2.1-debian-bullseye-20250113-slim
|
|
||||||
# - https://hub.docker.com/r/aquasec/trivy - for security scanning
|
|
||||||
#
|
|
||||||
ARG ELIXIR_VERSION=1.18.4
|
ARG ELIXIR_VERSION=1.18.4
|
||||||
ARG OTP_VERSION=27.2.4
|
ARG OTP_VERSION=27.2.4
|
||||||
ARG DEBIAN_VERSION=bullseye-20250610-slim
|
ARG DEBIAN_VERSION=bullseye-20250610-slim
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,7 @@
|
||||||
crossorigin=""
|
crossorigin=""
|
||||||
>
|
>
|
||||||
</script>
|
</script>
|
||||||
<script
|
<script src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js">
|
||||||
src="https://unpkg.com/leaflet.markercluster@1.5.3/dist/leaflet.markercluster.js"
|
|
||||||
>
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue