Skip to content

Commit 4fd6aeb

Browse files
authored
Merge pull request #67 from devsoc-unsw/room-overrides-fix
Update nss.dockerfile to copy over roomOverrides.json
2 parents a1033ed + bdbc981 commit 4fd6aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nss.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN npm ci
2323
# Root sql should be sibling of project directory
2424
COPY --from=builder /app/dist ./dist
2525
COPY nss/buildingOverrides.json ./
26+
COPY nss/roomOverrides.json ./
2627
COPY nss/sql ./sql
2728
COPY sql ../sql
2829

0 commit comments

Comments
 (0)