mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: use node:18 base for frontend docker image
This commit is contained in:
parent
98940fdd88
commit
1271d792f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
FROM node:16-alpine
|
FROM node:18-alpine
|
||||||
|
|
||||||
#
|
#
|
||||||
WORKDIR /usr/learnhouse/front
|
WORKDIR /usr/learnhouse/front
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue