Compare commits

..

No commits in common. "0ea048048bdcfd40acc3e61886f821cd757397a2" and "a065ce33c8a18053f2be67b19c92c7ddd1ad4c81" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,7 @@ steps:
settings:
repo: caminsha/bt-backend
context: ./backend
dockerfile: ./backend/Dockerfile.prod
dockerfile: ./backend/Dockerfile
username:
from_secret: DOCKER_USERNAME
password:
@ -27,7 +27,7 @@ steps:
settings:
repo: caminsha/bt-frontend
context: ./frontend
dockerfile: ./frontend/Dockerfile.prod
dockerfile: ./frontend/Dockerfile
username:
from_secret: DOCKER_USERNAME
password:

View file

@ -6,7 +6,6 @@ COPY package.json ./
COPY package-lock.json ./
RUN npm ci --silent
RUN npm install react-scripts -g --silent
RUN npm audit fix
COPY . ./
RUN npm run build