ltxlong commited on
Commit
7a4be92
·
verified ·
1 Parent(s): 149df95

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /app
5
  RUN apk add --no-cache git && \
6
  git clone https://github.com/ltxlong/simple-video-player.git . && \
7
  npm install && \
8
- echo "PG_CONNECTION_STRING=your_sql_dsn" >> .env && \
9
  echo "ADMIN_PASSWORD=123456" >> .env && \
10
  echo "LOGIN_JWT_SECRET_KEY=your_secret_key" >> .env && \
11
  echo "VITE_VPS_ENDPOINT_FLAG=true" >> .env && \
 
5
  RUN apk add --no-cache git && \
6
  git clone https://github.com/ltxlong/simple-video-player.git . && \
7
  npm install && \
8
+ echo "PG_CONNECTION_STRING=your_pgsql_url" >> .env && \
9
  echo "ADMIN_PASSWORD=123456" >> .env && \
10
  echo "LOGIN_JWT_SECRET_KEY=your_secret_key" >> .env && \
11
  echo "VITE_VPS_ENDPOINT_FLAG=true" >> .env && \