Skip to content

Commit 9471c43

Browse files
committed
using node:lts-slim
using node:lts-alpine
1 parent 32fab8c commit 9471c43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:alpine
1+
FROM node:lts-alpine
22

33
RUN apk add --no-cache bash
44

backend.dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:slim
1+
FROM node:lts-slim
22

33
WORKDIR /home/perplexica
44

@@ -13,4 +13,4 @@ RUN mkdir /home/perplexica/data
1313
RUN yarn install --frozen-lockfile
1414
RUN yarn build
1515

16-
CMD ["yarn", "start"]
16+
CMD ["yarn", "start"]

0 commit comments

Comments
 (0)