Skip to content

Commit

Permalink
Docker: Build javascript in stage 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed Feb 11, 2025
1 parent 7063fa4 commit 8a1251a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ RUN yarn install

COPY ./ ${APP_ROOT}/

RUN yarn build

# Set DATABASE_URL to sqlite to have a ready
# to use db file for ephemeral configuration
ENV DATABASE_URL=sqlite3:db/db.sqlite3
Expand Down

0 comments on commit 8a1251a

Please sign in to comment.