Skip to content

Commit

Permalink
Adding stypes
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Nov 16, 2023
1 parent 9e298fd commit 35a4391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY package*.json ./
RUN npm ci

COPY . .
COPY ../stypes/ ../stypes/
# fake database URIs are needed because Sequelize will throw if the `url` parameter
# is undefined, and `next build` imports the `models.ts` file while "Collecting page data"
RUN FRONT_DATABASE_URI="sqlite:foo.sqlite" XP1_DATABASE_URI="sqlite:bar.sqlite" npm run build
Expand Down

0 comments on commit 35a4391

Please sign in to comment.