Skip to content

Commit

Permalink
feat-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
githubering182 committed Mar 11, 2024
1 parent b300660 commit a389678
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 3 additions & 1 deletion Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM node:20.4-slim

WORKDIR /app

COPY ./frontend-app/*.json/ ./
COPY ./frontend-app/package.json ./
COPY ./frontend-app/tsconfig.json ./
COPY ./frontend-app/.eslintrc.json ./

RUN npm install

Expand Down
8 changes: 0 additions & 8 deletions Dockerfile.frtest

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
container_name: iss-test-front
image: iss_front_tst
build:
dockerfile: Dockerfile.frtest
dockerfile: Dockerfile.frontend
context: .
restart: always
depends_on:
Expand Down

0 comments on commit a389678

Please sign in to comment.