CBaptiste
(Baptiste Coquelle)
September 28, 2022, 5:00pm
1
Hi team,
Trying to swith from buildpack to Docker - I am not sure why, the deployement fails but I understand what is going on from the logs.
The deployment logs says
but the application logs does not say anything,
here is the docker:
FROM node:16.14.0
WORKDIR /app
COPY . .
ARG DATABASE_URL
ENV DATABASE_URL=$DATABASE_URL
ARG REDIS_URL
ENV REDIS_URL=$REDIS_URL
ARG DATAHUB_URL
ENV DATAHUB_URL=$DATAHUB_URL
RUN yarn
EXPOSE 3000
RUN yarn build
CMD ["yarn", "start"]
Any clues would be highly appreciated
Pierre_Mavro
(Pierre Mavro - CTO & CO-Founder)
September 28, 2022, 5:24pm
2
Well…it’s not an error on your screenshot and your Dockerfile looks good. Don’t you have one please or the link to your app Qovery console?
CBaptiste
(Baptiste Coquelle)
September 28, 2022, 5:40pm
3
Here is the link - not sure what it is, I tried several strategy but nothing is print on the logs
CBaptiste
(Baptiste Coquelle)
September 28, 2022, 7:28pm
5
Pierre_Mavro
(Pierre Mavro - CTO & CO-Founder)
September 28, 2022, 8:07pm
6
You’re welcome @CBaptiste !