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
remove build dist for now
pull/342/head
Guillaume Vincent
8 years ago
parent
f95b6be112
commit
3c8a20ea49
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@@ -7,7 +7,7 @@ COPY package.json /frontend/
RUN npm install
COPY . /frontend
RUN npm run build
#
RUN npm run build
EXPOSE 8080
CMD [ "npm", "start" ]
Write
Preview
Loading…
Cancel
Save