This website requires JavaScript.
Explore
Help
Register
Sign In
devoalda
/
Safe_Share
mirror of
https://github.com/Devoalda/Safe_Share.git
Watch
1
Star
0
Fork
You've already forked Safe_Share
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
788ef42ec4
Safe_Share
/
safeshare
/
safeshare-frontend
/
Dockerfile
12 lines
91 B
Docker
Raw
Blame
History
FROM
node
WORKDIR
/frontend
COPY
. .
RUN
npm install
EXPOSE
3000
CMD
[
"npm"
,
"start"
]
Reference in New Issue
View Git Blame
Copy Permalink