Adds dockerfile

This commit is contained in:
benbot 2023-10-27 01:59:02 -04:00
parent 29276d5883
commit 09334274df

View file

@ -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