Change base image of the dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Use the official Node.js image as the base image
|
||||
FROM node:20
|
||||
FROM alpine:latest
|
||||
|
||||
# Set the working directory inside the container
|
||||
WORKDIR /server
|
||||
|
||||
Reference in New Issue
Block a user