This website requires JavaScript.
Explore
Help
Sign In
kubernetes
/
website
mirror of
https://github.com/kubernetes/website.git
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Projects
Releases
Wiki
Activity
37cb596724
website
/
content
/
pl
/
examples
/
minikube
/
Dockerfile
5 lines
74 B
Docker
Raw
Normal View
History
Unescape
Escape
Init Polish localization (#18419) (#18659) Initial commit for Polish localization * Translation style reviewed and improved by: Michał Sochoń <kaszpir@gmail.com> Karol Pucyński <kpucynski@gmail.com> with contribution from Wojciech Kocjan <wojciech@kocjan.org> * Kubernetes slogan translated by Karol Pucyński * Corectness of non-language-specific content reviewed and improved by: Tim Bannister <tim@scalefactory.com>
2020-01-14 14:51:24 +00:00
FROM
node:6.14.2
EXPOSE
8080
COPY
server.js .
Synchronize Polish translation with master (#19681) Update translated content to uptream master version as for March 15th. Commits from 90ee7559a0fcb73da45e2e5ce3fa2ee620f2cd2a to d4167faa2ce59612b36e4edcc7357c1a63131bbc.
2020-03-20 10:14:36 +00:00
CMD
[
"node"
,
"server.js"
]