Skip to content

Commit

Permalink
dockerfile polish
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed Sep 21, 2015
1 parent a887113 commit a7249ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,7 @@ COPY package.json ./

RUN npm install

ENV NODE_PATH /opt/node_modules:$NODE_PATH
ENV PATH /opt/node_modules/mocha/bin:$PATH

VOLUME ["/opt/app"]

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013 Kanstantsin Kamkou
Copyright (c) 2013-2015 Kanstantsin Kamkou

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ var log = require('gelf-pro');
```javascript
log.setConfig({
fields: {facility: "example", owner: "Tom (a cat)"},
adapterName: 'udp', // currently supported "udp" only
adapterName: 'udp', // currently supported "udp" and "tcp"
adapterOptions: {
protocol: 'udp4', // udp adapter: udp4, udp6
host: '127.0.0.1',
Expand Down

0 comments on commit a7249ec

Please sign in to comment.