test
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-18 21:46:33 +02:00
parent 47e475e65b
commit 74aae300d8

View File

@ -11,6 +11,9 @@ RUN apt-get update -qq && \
ENV HOME=/home/app
# After setting WORKDIR and USER app
WORKDIR $HOME/wedding
# Create node_modules owned by app
RUN mkdir -p node_modules && chown -R app:app node_modules
USER app
# Copy Gemfiles and install Ruby deps