Skip to content

Commit

Permalink
Remove python from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Nov 12, 2023
1 parent c62abeb commit 5ed7bf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/docker-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down
1 change: 0 additions & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN npm install -g n && n 16
ADD . /app
WORKDIR /app

RUN npm install
RUN npm run build

FROM nginx:latest AS frontend
Expand Down

0 comments on commit 5ed7bf0

Please sign in to comment.