Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release-6.0.1' into master-new
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhambansaltarento committed Jul 1, 2024
2 parents 07a80b2 + 905e421 commit 469f2cd
Show file tree
Hide file tree
Showing 12 changed files with 14,351 additions and 2,469 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM circleci/node:8.11.2-stretch as build
MAINTAINER "Kartheek Palla" "kartheekp@ilimi.in"
FROM node:12.20.1-slim
MAINTAINER "Ekstep" "info@ekstep.in"
USER root
COPY src /opt/program-service/
WORKDIR /opt/program-service/
RUN npm install
CMD ["node", "app.js", "&"]
CMD ["node", "app.js", "&"]
Loading

0 comments on commit 469f2cd

Please sign in to comment.