Skip to content

Commit

Permalink
Update Dockerfile (#38)
Browse files Browse the repository at this point in the history
it doesn't work because of permissions of the aedes binary file.
  • Loading branch information
oriolrius authored Aug 12, 2020
1 parent 3d62fc8 commit 2dba0c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /usr/src/app/
COPY . .

RUN npm install
RUN chmod 755 /usr/src/app/bin/aedes

EXPOSE 1883 3000 8883 4000

Expand Down

0 comments on commit 2dba0c6

Please sign in to comment.