Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
francojreyes committed Mar 28, 2024
1 parent d1fb695 commit 1eb9d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcal.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ RUN npm ci
# Root sql should be sibling of project directory
COPY --from=builder /app/dist ./dist
COPY libcal/sql ./sql
COPY sql ../
COPY sql ../sql

CMD npm start
2 changes: 1 addition & 1 deletion nss.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN npm ci
COPY --from=builder /app/dist ./dist
COPY nss/buildingOverrides.json ./
COPY nss/sql ./sql
COPY sql ../
COPY sql ../sql

CMD npm start

0 comments on commit 1eb9d5a

Please sign in to comment.