This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Add Dockerfile
pull/44/head
Guillaume Vincent
8 years ago
parent
43c7b646c8
commit
1eee1e09a2
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Dockerfile
+ 4
- 0
Dockerfile
View File
@@ -0,0 +1,4 @@
FROM nginx:latest
COPY dist /usr/share/nginx/html/dist/
COPY index.html /usr/share/nginx/html/
Write
Preview
Loading…
Cancel
Save