Skip to content

Commit

Permalink
Use the correct http-server flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Carbajo committed Mar 1, 2016
1 parent febf103 commit 0e5f323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ADD dist /editor
# The default port of the application
EXPOSE 8080

CMD ["http-server", "--cors", "--port=8080", "/editor"]
CMD ["http-server", "--cors", "-p8080", "/editor"]

0 comments on commit 0e5f323

Please sign in to comment.