DokployD
Dokploy2y ago
33 replies
Jumping Back

I can't do a Fresh install of Epic Stack Remix

Hi, I have been trying to deploy
https://github.com/itsmegood/epic-stack/blob/main/other/Dockerfile
(Remix - Epic Stack) I have made changes according to https://github.com/itsmegood/epic-stack/blob/main/docs/deployment.md#deploying-locally-using-dockerpodman it stops after step 6.48 any idea/ suggestions would be very helpful.

Cloned github.com/itsmegood/epic-stack.git: ✅

Build dockerfile: ✅
Source Type: github: ✅
Step 1/48 : FROM node:20-bookworm-slim as base
 ---> 1d063816b8cc
Step 2/48 : ENV NODE_ENV production
 ---> Using cache
 ---> 8f0f83e98e74
Step 3/48 : RUN apt-get update && apt-get install -y fuse3 openssl sqlite3 ca-certificates
 ---> Using cache
 ---> 305009609941
Step 4/48 : FROM base as deps
 ---> 305009609941
Step 5/48 : WORKDIR /myapp
 ---> Using cache
 ---> fdb9c67731b1
Step 6/48 : ADD package.json package-lock.json .npmrc ./
Docker Deployed: ✅
Was this page helpful?