In this house we require root access to run docker commands.
This commit is contained in:
parent
a9d7abe9c8
commit
8d564228dc
4
Makefile
4
Makefile
|
@ -9,7 +9,7 @@ serve:
|
|||
hugo serve -D --bind 0.0.0.0 -b http://${DEV_IP}:1313/
|
||||
|
||||
build:
|
||||
docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
|
||||
sudo docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
|
||||
|
||||
push:
|
||||
docker push ${DOCKER_IMAGE}:${DOCKER_TAG}
|
||||
sudo docker push ${DOCKER_IMAGE}:${DOCKER_TAG}
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
author: "Anna"
|
||||
date: {{ .Date | .dateFormat (.Site.Params.dateformat)" }}
|
||||
draft: true
|
||||
tags:
|
||||
- tag1
|
||||
---
|
||||
<!--more-->
|
||||
|
|
Loading…
Reference in New Issue
Block a user