Adds dockerfile
This commit is contained in:
parent
29276d5883
commit
09334274df
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Use an official Elixir runtime as a parent image
|
# Use an official Elixir runtime as a parent image
|
||||||
FROM elixir:1.12-slim AS build
|
FROM elixir:1.15.6-slim AS build
|
||||||
|
|
||||||
# Set the environment to production
|
# Set the environment to production
|
||||||
ENV MIX_ENV=prod
|
ENV MIX_ENV=prod
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue