added more types for media
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# This Dockerfile uses `serve` npm package to serve the static files with node process.
|
||||
# You can find the Dockerfile for nginx in the following link:
|
||||
# https://github.com/refinedev/dockerfiles/blob/main/vite/Dockerfile.nginx
|
||||
FROM refinedev/node:18 AS base
|
||||
FROM refinedev/node:20 AS base
|
||||
|
||||
FROM base as deps
|
||||
|
||||
|
Reference in New Issue
Block a user