This website requires JavaScript.
Explore
Help
Register
Sign In
Shiloh
/
lasthourcloud
Watch
1
Star
0
Fork
0
You've already forked lasthourcloud
Code
Issues
Pull Requests
Packages
Projects
Releases
4
Wiki
Activity
lasthourcloud
/
install
/
Dockerfile
5 lines
87 B
Docker
Raw
Normal View
History
Unescape
Escape
initial production release :tada:
2021-03-24 22:11:14 +01:00
FROM
coolify-base
WORKDIR
/usr/src/app
v1.0.5 (#25) - Update sequence a bit optimized. - Dependency updates. - Edge case on repo/branch selection handled. - More default templates. Thanks to @SaraVieira
2021-04-06 23:22:48 +02:00
RUN
pnpm build
CMD
[
"pnpm"
,
"start"
]
initial production release :tada:
2021-03-24 22:11:14 +01:00
EXPOSE
3000
Reference in New Issue
Copy Permalink