mirror of
https://github.com/Arlind-dev/sulej.ch.git
synced 2026-02-06 18:55:33 +01:00
feat(init)!: create sulej.ch
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM ghcr.io/arlind-dev/sulej.ch:build-latest AS build
|
||||
|
||||
FROM nginx:alpine
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
COPY --from=build /output ./
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user