1
0
mirror of https://github.com/writeas/writefreely synced 2025-02-03 18:07:38 +01:00

removed an unnecessary debugging statement

This commit is contained in:
Brad Koehn 2018-11-22 06:57:05 -06:00
parent aebad1ce54
commit 6f0c7aed66

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