Skip to content

Commit e11ab4a

Browse files
authored
Merge pull request #2971 from tekdi/feat-new-players
Feat new players to learner dev
2 parents 49fbc14 + 9d9f9e7 commit e11ab4a

2,974 files changed

Lines changed: 482781 additions & 604 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile.teachers

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ COPY . .
1717

1818
# Build Specific Application
1919
# Build only specific applications
20-
RUN npx nx run-many --target=build --projects=teachers,authentication,scp-teacher-repo,youthNet,players
20+
RUN npx nx run-many --target=build --projects=teachers,authentication,scp-teacher-repo,youthNet,players,survey-forms
2121

2222
# Install PM2 to manage multiple apps
2323
RUN npm install -g pm2@6.0.8
2424

2525
# Expose the ports for all apps
26-
EXPOSE 3001 4101 4102 4103 4107
26+
EXPOSE 3001 4101 4102 4103 4107 4115
2727

2828
# Command to run all apps using PM2
2929
CMD ["pm2-runtime", "ecosystem.teachers.config.js"]

0 commit comments

Comments
 (0)