Fixed typo docker.

This commit is contained in:
2026-01-25 13:54:12 -05:00
parent 14e94fa569
commit e5f848b9f4

View File

@@ -91,7 +91,7 @@ ENV MIX_ENV="prod"
# Only copy the final release from the build stage
COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/traderex ./
RUN mkdir -o /storage
RUN mkdir -p /storage
USER nobody