Fix Dockerfile
Test / test (push) Failing after 49s
Details
Test / test (push) Failing after 49s
Details
This commit is contained in:
parent
4021f8c95b
commit
49392ebc4f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue