mirror of
https://github.com/status-im/autobounty.git
synced 2025-01-27 05:55:49 +00:00
5 lines
47 B
Docker
5 lines
47 B
Docker
|
FROM node:7-onbuild
|
||
|
|
||
|
ENV PORT 8080
|
||
|
EXPOSE 8080
|