mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
Use Dockerfile for deploy
Dockerfile to build, Procfile to run
This commit is contained in:
parent
a88675fd79
commit
eed6573909
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache bash hugo
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
Loading…
Reference in New Issue
Block a user