Skip to content

Commit

Permalink
github does the action
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jun 3, 2024
1 parent 2ecf22e commit bdb6b5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit bdb6b5a

Please sign in to comment.