Added docker compose file
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ RUN npm run build
|
|||||||
|
|
||||||
FROM httpd:2.4 AS runtime
|
FROM httpd:2.4 AS runtime
|
||||||
COPY --from=build /app/dist /usr/local/apache2/htdocs/
|
COPY --from=build /app/dist /usr/local/apache2/htdocs/
|
||||||
EXPOSE 4443
|
EXPOSE 80
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
services:
|
||||||
|
pantosite:
|
||||||
|
build: .
|
||||||
|
ports:
|
||||||
|
- "4443:80"
|
||||||
|
|
||||||
Reference in New Issue
Block a user