Skip to content

Commit

Permalink
Fix Dockerfile Build
Browse files Browse the repository at this point in the history
  • Loading branch information
probably-not committed Jan 8, 2025
1 parent 52df82b commit cb9280c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RUN chown nobody /app
ENV MIX_ENV="prod"

# Only copy the final release from the build stage
COPY --from=builder --chown=nobody:root /live_flip/app/_build/${MIX_ENV}/rel/live_flip ./
COPY --from=builder --chown=nobody:root /live_flip/app/_build/${MIX_ENV}/rel/live_flip_demo ./

USER nobody

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule LiveFlip.MixProject do
use Mix.Project

@version "0.0.1-rc.1"
@version "0.0.1-rc.2"

def project do
[
Expand Down

0 comments on commit cb9280c

Please sign in to comment.