removed an unnecessary debugging statement

pull/34/head
Brad Koehn 6 years ago
parent aebad1ce54
commit 6f0c7aed66
  1. 2
      Dockerfile

@ -18,7 +18,7 @@ RUN mkdir /stage && \
/go/src/app/schema.sql \
/go/src/app/pages \
/go/src/app/keys \
/stage && ls -l /stage
/stage
FROM alpine:3.8

Loading…
Cancel
Save