From ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 22 Apr 2021 02:44:18 -0400 Subject: Fix spacing oops --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 167a778..3aabb31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM gatsbyjs/gatsby:onbuild as build FROM gatsbyjs/gatsby -COPY --from=build /pub /pub \ No newline at end of file +COPY --from=build /app/public /pub \ No newline at end of file -- cgit