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.
c085ccaf3c
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c085ccaf3c'
${ noResults }
WF-Database
/
docker
/
Dockerfile
5 lines
91 B
Raw
Normal View
History
Unescape
Escape
test drone 18
4 months ago
FROM
postgres:17-alpine3.20 AS base
test
4 months ago
test drone 18
4 months ago
COPY
init.sql /docker-entrypoint-initdb.d
test
4 months ago
test drone 18
4 months ago
EXPOSE
5432