Skip to content

Commit

Permalink
updating dockerfile + docker-compose for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Beslogic committed May 23, 2024
1 parent e489b3e commit d91ec5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/gen-parker/backend/platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ WORKDIR /usr/src/app
# Adding node_modules
COPY /dist/apps/gen-parker/backend/platform .

CMD ["node", "./main.js"]
ENTRYPOINT ["tail", "-f", "/dev/null"]
# CMD ["node", "./main.js"]
2 changes: 1 addition & 1 deletion configs/releaf/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
backend:
image: alpine:3.14
image: ghcr.io/beslogic/releaf_backend_philantropy:latest
restart: always
environment:
- GenParker__KafkaMongoDbSettings__ConnectionString=/run/secrets/GenParker__KafkaMongoDbSettings__ConnectionString
Expand Down

0 comments on commit d91ec5f

Please sign in to comment.