mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-03 17:26:43 +02:00
change directories
This commit is contained in:
parent
bdb2141f38
commit
b7f3f4689c
4 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
||||
|
||||
WORKDIR /home/srm/app/
|
||||
WORKDIR /app/
|
||||
|
||||
USER srm
|
||||
EXPOSE 3000
|
||||
|
|
|
@ -7,7 +7,7 @@ FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
|||
RUN bundle config without test
|
||||
RUN bundle install
|
||||
|
||||
WORKDIR /home/srm/app/
|
||||
WORKDIR /app/
|
||||
|
||||
EXPOSE 3000
|
||||
CMD bundle exec puma -C /app/config/puma.rb
|
|
@ -6,7 +6,7 @@ FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
|||
|
||||
RUN bundle install
|
||||
|
||||
WORKDIR /home/srm/app/
|
||||
WORKDIR /app/
|
||||
|
||||
EXPOSE 3000
|
||||
CMD bundle exec puma -C /app/config/puma.rb
|
Loading…
Add table
Reference in a new issue