Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 671a1c4

Browse files
authored
Merge pull request #87 from derogab/dev
Make the client smaller
2 parents 843c7b3 + daf02e2 commit 671a1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN npm run build
2121

2222

2323
# production environment
24-
FROM nginx:stable
24+
FROM nginx:alpine
2525

2626
# Create app directory
2727
WORKDIR /usr/src/app

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
echo "Starting coingraph client..."
33

44
# Replace ENVs in static files

0 commit comments

Comments
 (0)