We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fab8c commit 9471c43Copy full SHA for 9471c43
app.dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:alpine
+FROM node:lts-alpine
2
3
RUN apk add --no-cache bash
4
backend.dockerfile
-FROM node:slim
+FROM node:lts-slim
WORKDIR /home/perplexica
@@ -13,4 +13,4 @@ RUN mkdir /home/perplexica/data
13
RUN yarn install --frozen-lockfile
14
RUN yarn build
15
16
-CMD ["yarn", "start"]
+CMD ["yarn", "start"]
0 commit comments