Skip to content

Commit

Permalink
change back frontend build to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
motey committed Dec 10, 2024
1 parent e4089fa commit e54de04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# FRONTEND BUILD STAGE

# frontend not existent atm
#FROM oven/bun AS mekewe-frontend-build
FROM node AS mekewe-frontend-build
FROM oven/bun AS mekewe-frontend-build
RUN mkdir /frontend_build
WORKDIR /frontend_build
COPY frontend /frontend_build
#RUN bun install && bunx nuxi generate
RUN npx nuxi generate
RUN bun install && bunx nuxi generate
#RUN npm install && npx nuxi generate

# BACKEND BUILD AND RUN STAGE
FROM python:3.11 AS mekewe-backend
ARG BASEDIR=/opt/mekewe
Expand Down

0 comments on commit e54de04

Please sign in to comment.