Skip to content

Commit

Permalink
feat: add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSehrawat committed Jul 16, 2024
1 parent cfd6487 commit c511fa5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 85 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@ COPY --from=frontend /app/package.json /riven/package.json

COPY version.txt entrypoint.sh /riven/

# Ensure entrypoint script is executable
RUN chmod +x /riven/entrypoint.sh

ENTRYPOINT ["/riven/entrypoint.sh"]
ENTRYPOINT ["ORIGIN=$ORIGIN", "BACKEND_URL=$BACKEND_URL", "node", "/riven/build"]
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ services:
restart: unless-stopped
tty: true
environment:
- PUID=1000
- PGID=1000
- BACKEND_URL=http://127.0.0.1:8080
- TZ=America/New_York
ports:
Expand Down
79 changes: 0 additions & 79 deletions entrypoint.sh

This file was deleted.

0 comments on commit c511fa5

Please sign in to comment.