Change base image of the dockerfile
Some checks failed
DRB Server Build / drb_server_build (push) Failing after 9s
DRB Tests / drb_mocha_tests (push) Failing after 1m38s

This commit is contained in:
Logan Cusano
2024-04-29 22:16:17 -04:00
parent 4b18df9e2c
commit abadcf5cb5

View File

@@ -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