This website works better with JavaScript.
Explore
Help
Sign In
WhatTheFantasy
/
WF-Database
Watch
13
Star
1
Fork
You've already forked WF-Database
0
Code
Issues
5
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8d00587066
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8d00587066'
${ noResults }
WF-Database
/
docker
/
Dockerfile
5 lines
91 B
Raw
Blame
History
FROM
postgres:17-alpine3.20 AS base
COPY
init.sql /docker-entrypoint-initdb.d
EXPOSE
5432
Reference in new issue
View Git Blame
Copy Permalink