mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 11:09:11 -04:00
feat added custom pages
This commit is contained in:
6
.devcontainer/laradock/postgres/Dockerfile
Normal file
6
.devcontainer/laradock/postgres/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
ARG POSTGRES_VERSION=alpine
|
||||
FROM postgres:${POSTGRES_VERSION}
|
||||
|
||||
CMD ["postgres"]
|
||||
|
||||
EXPOSE 5432
|
||||
Reference in New Issue
Block a user