Fix Dockerfile
Test / test (push) Failing after 49s Details

This commit is contained in:
Jeff 2024-10-12 12:16:43 -04:00
parent 4021f8c95b
commit 49392ebc4f
1 changed files with 1 additions and 1 deletions

View File

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