Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasTeodoro committed Apr 24, 2020
1 parent 8019d46 commit 6f517d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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/

0 comments on commit 6f517d0

Please sign in to comment.