Skip to content
Snippets Groups Projects
Commit d4f11d4b authored by Dimitri Balidis's avatar Dimitri Balidis
Browse files

fix: node version fix for prisma

parent 6f96c738
No related branches found
No related tags found
1 merge request!5fix: node version fix for prisma
Pipeline #85827 passed
...@@ -10,7 +10,7 @@ include: ...@@ -10,7 +10,7 @@ include:
echo "Creating Dockerfile" echo "Creating Dockerfile"
cat > Dockerfile <<EOF cat > Dockerfile <<EOF
FROM node:12 FROM node:12.18
ADD . /app ADD . /app
WORKDIR /app WORKDIR /app
RUN yarn --production RUN yarn --production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment