Skip to content

Commit

Permalink
Merge pull request #4 from LucasTeodoro/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
LucasTeodoro authored Apr 24, 2020
2 parents d04e4db + b07cbae commit 784ad4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ FROM node:alpine
RUN apk add bash
RUN npm install -g laravel-echo-server

WORKDIR /home/node/app

COPY . .

EXPOSE 6001

CMD laravel-echo-server start --dir=/home/node/app/config/
CMD laravel-echo-server start --dir=/home/node/app/config
6 changes: 0 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ services:
build: .
container_name: app
tty: true
working_dir: /home/node/app
environment:
- LARAVEL_ECHO_SERVER_HOST=localhost
- LARAVEL_ECHO_SERVER_REDIS_HOST=redis
volumes:
- ./:/home/node/app
networks:
- app-network
redis:
Expand Down

0 comments on commit 784ad4e

Please sign in to comment.