Working Docker build 🎉
This commit is contained in:
@ -6,6 +6,7 @@ COPY . .
|
||||
|
||||
RUN pnpm install
|
||||
ENV PAYLOAD_CONFIG_PATH=src/payload.config.ts
|
||||
ENV PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3000
|
||||
RUN pnpm build
|
||||
|
||||
CMD ["pnpm", "serve"]
|
||||
|
||||
Reference in New Issue
Block a user