removed an unnecessary debugging statement

This commit is contained in:
Brad Koehn 2018-11-22 06:57:05 -06:00
parent aebad1ce54
commit 6f0c7aed66
1 changed files with 1 additions and 1 deletions

View File

@ -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