From bdb6b5a0e2329f2666ccc91b52323cc93f1f5a53 Mon Sep 17 00:00:00 2001 From: James Greenhill Date: Mon, 3 Jun 2024 16:52:02 -0700 Subject: [PATCH] github does the action --- frontend/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index f22eae4..1ce372a 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,9 +1,7 @@ -FROM node:lts-alpine3.20 +FROM alpine:latest WORKDIR /frontend -RUN pnpm i && vite build - COPY build/ build/ CMD ["echo", "Serve the files from /frontend/build, don't run this container directly"] \ No newline at end of file