Skip to content

Commit

Permalink
Merge pull request #3 from ISSUIUC/fix/docker-compilation-dev
Browse files Browse the repository at this point in the history
fixed docker compilation with react scripts (Surag)
  • Loading branch information
mpkarpov-ui authored Oct 11, 2023
2 parents 8638747 + b6a825c commit beb881e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Central-Server/hilsim-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ COPY . .
ENV PORT=3000
ENV CHOKIDAR_USEPOLLING=true
EXPOSE 3000
CMD ["npm", "start"]
CMD ["npm", "run", "coldstart"]
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- CHOKIDAR_USEPOLLING=true
- WATCHPACK_POLLING=true
volumes:
- ./Central-Server/hilsim-web:/src/hilsim-webapp
- ./Central-Server/hilsim-web/src:/src/hilsim-webapp/src
- /Central-Server/hilsim-web/node_modules/
api:
build:
Expand Down

0 comments on commit beb881e

Please sign in to comment.