back to alpine for now

This commit is contained in:
dylan 2024-03-31 13:52:27 -07:00
parent c003955c3d
commit c1b14e20ef

View File

@ -1,5 +1,5 @@
# Installs Node image
FROM node:18-buster as base
FROM node:18-alpine as base
# sets the working directory for any RUN, CMD, COPY command
WORKDIR /app