Skip to content

Commit

Permalink
fix: firefox outline
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaybaskaran01 committed Sep 8, 2021
1 parent 5cfca16 commit 49b6b35
Show file tree
Hide file tree
Showing 5 changed files with 1,132 additions and 27 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ ENV PATH /app/node_modules/.bin:$PATH
COPY package.json ./
COPY package-lock.json ./
RUN npm install --silent
# RUN npm install [email protected] -g --silent

# add app
COPY . ./
RUN npm run build
RUN serve -s build -p 3000 &


# start app
CMD ["npm", "start"]
16 changes: 0 additions & 16 deletions docker-compose.yml

This file was deleted.

Loading

0 comments on commit 49b6b35

Please sign in to comment.