Skip to content

Commit cec5a3b

Browse files
author
Matthew
committed
move Dockerfile to rootfs
1 parent 6fbc8fc commit cec5a3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To build a dev release of this image, you will also need your own registry, but
2626

2727
```bash
2828
$ make build
29-
$ docker build -t deis/postgres:v0.0.1
29+
$ docker build -t deis/postgres:v0.0.1 rootfs
3030
$ docker push deis/postgres:v0.0.1
3131
```
3232

Dockerfile renamed to rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
1717
RUN mkdir -p /var/cache/postgresql/backups
1818
RUN chown -R postgres:postgres /var/cache/postgresql/backups
1919

20-
COPY rootfs /
20+
COPY . /
2121

2222
RUN chown -R postgres:postgres /app
2323

0 commit comments

Comments
 (0)