Skip to content

Commit

Permalink
Revert "Add build action on PRs"
Browse files Browse the repository at this point in the history
This reverts commit 0601a70.
  • Loading branch information
BaldissaraMatheus committed Oct 16, 2024
1 parent ff35063 commit 770298e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ COPY frontend/ /app

WORKDIR /app
RUN set -eux \
&& npm ci --no-audit \
&& npm ci \
&& npm run build

COPY backend/ /api/

WORKDIR /api
RUN set -eux \
&& npm ci --no-audit
&& npm ci

FROM alpine:3.20 AS final
ARG PUID=0
Expand Down

0 comments on commit 770298e

Please sign in to comment.