Skip to content

Commit

Permalink
Merge pull request #87 from derogab/dev
Browse files Browse the repository at this point in the history
Make the client smaller
  • Loading branch information
derogab authored Oct 30, 2021
2 parents 843c7b3 + daf02e2 commit 671a1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN npm run build


# production environment
FROM nginx:stable
FROM nginx:alpine

# Create app directory
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
echo "Starting coingraph client..."

# Replace ENVs in static files
Expand Down

0 comments on commit 671a1c4

Please sign in to comment.