Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Sep 12, 2023
1 parent f85199d commit 698629a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ COPY ./db /app/db
COPY ./lib /app/lib
COPY ./packages /app/packages
COPY ./public/*.* /app/public/
COPY ./public/partners* /app/public/
COPY ./public/partners1 /app/public/partners1
COPY ./public/partners2 /app/public/partners2
COPY ./public/partners3 /app/public/partners3
COPY ./config.ru /app/config.ru
COPY ./Rakefile /app/Rakefile
COPY ./babel.config.json /app/babel.config.json
Expand Down

0 comments on commit 698629a

Please sign in to comment.