dayjs timezone invalid date
Does anybody knows how I can make dayjs timezone plugin work in railway?
16 Replies
Project ID:
26e1c30c-65f5-4cb1-87f5-2764df2f3d78
You might find these helpful:
- Dayjs timezone causes Invalid Date
- Not having the same DateTime in Localhost vs Railway app deployed.
⚠️ experimental feature
build your app with a dockerfile would be my recommendation
26e1c30c-65f5-4cb1-87f5-2764df2f3d78
I'm trying to deploy a MERN app that has the following structure
my-app
-client
-server
any suggestions for the docker file?
Google
bro beat me to it
I was gonna be a little more nice tho
😂
how knows if somebody already has it lol
who*
🤔
Real
google has everything
or at least a starting point
I mean dockerfile is just a set of bash commands to run in a row right
FROM node:18-alpine
copy . .
RUN pnpm i
……
you snuck pnpm in there lol
😼