Skip to content

Commit

Permalink
refactor(parse): move cloud code into docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Apr 25, 2023
1 parent 1529963 commit 3287b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parse-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ FROM docker.io/parseplatform/parse-server:6.1.0-alpha.7
USER root
RUN npm install seedrandom uuid
USER node

COPY cloud/ /parse-server/cloud/
CMD ["--cloud", "/parse-server/cloud/main.js", "--masterKeyIps", "0.0.0.0/0"]
File renamed without changes.

0 comments on commit 3287b63

Please sign in to comment.