3d9dcfcc69
* Add OWNERS information for sig-docs-id * Add Indonesian language to config.toml with highest weight * Add README-id.md. * Add common resources and case studies. * Add i18n strings for Indonesian site * Fix typos on OWNERS. * Add Indonesian translation for home documentation * Add kubernetes basics. * Add Indonesian content for minikube tutorial * Add Indonesian translation for setup cluster * Fix typos on README-id, and replace you with more informal word * Fix some typos and replace formal you expression on kubernetes basics
5 lines
65 B
Docker
5 lines
65 B
Docker
FROM node:6.14.2
|
|
EXPOSE 8080
|
|
COPY server.js .
|
|
CMD node server.js
|