Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lancelotly
/
dbgate
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4188c8b
dbgate
/
Dockerfile
lancelotly
Create Dockerfile
bf2ddf2
verified
4 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
FROM
dbgate/dbgate:latest
RUN
groupadd dbgate
RUN
useradd -ms /bin/bash -g dbgate dbgate
RUN
chown -R dbgate ./
RUN
chmod 755 ./
USER dbgate