change directories

This commit is contained in:
Vri 🌈 2023-05-05 17:35:22 +02:00
parent bdb2141f38
commit b7f3f4689c
Signed by: vrifox
GPG key ID: D40098E5B60B2197
4 changed files with 5 additions and 7 deletions

View file

@ -20,11 +20,9 @@ ARG USER_ID=1000
RUN addgroup srm && \
adduser --disabled-password --uid $USER_ID --ingroup srm srm
RUN mkdir -p /home/srm/build/
RUN mkdir -p /home/srm/app/
RUN chown -R srm:srm /home/srm/
RUN mkdir -p /app/
WORKDIR /home/srm/build/
WORKDIR /app/
COPY Gemfile Gemfile
COPY package.json package.json