Fixing build
Some checks failed
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Failing after 22s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Failing after 21s

This commit is contained in:
Phill Pover 2025-03-27 11:05:45 +00:00
parent 9a76690d5b
commit df551690ce

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install
COPY . . COPY . .
COPY .env .env.development ./ # COPY .env .env.development ./
RUN npm run build RUN npm run build
# Production Stage # Production Stage