Compare commits

..

2 Commits

Author SHA1 Message Date
Jeff 93340fb1dd See what's going on with notifications
Test / test (push) Failing after 51s Details
2024-10-12 12:16:53 -04:00
Jeff 49392ebc4f Fix Dockerfile
Test / test (push) Failing after 49s Details
2024-10-12 12:16:43 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ WORKDIR /tack-up-now
COPY . . COPY . .
RUN npm install RUN npm install
RUN npx -y remix vite:build RUN npx -y remix vite:build
CMD ./start.sh CMD /bin/sh ./start.sh