mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-07 12:34:18 +00:00
initial production release 🎉
This commit is contained in:
5
install/Dockerfile
Normal file
5
install/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM coolify-base
|
||||
WORKDIR /usr/src/app
|
||||
RUN yarn build
|
||||
CMD ["yarn", "start"]
|
||||
EXPOSE 3000
|
||||
Reference in New Issue
Block a user