aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2021-04-22 02:44:18 -0400
committerKevin J Hoerr <kjhoerr@protonmail.com>2021-04-22 02:44:18 -0400
commitffcc9ab0c0059a269f31ed3b6dd99b65546adcb0 (patch)
tree2738bc878f9708be2cc5b9be031d41f3bf225d78 /Dockerfile
parentd4f172ed203e6f3f6d1143f49c304cea8d45170e (diff)
downloadsubmelon.dev-ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0.tar.gz
submelon.dev-ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0.tar.bz2
submelon.dev-ffcc9ab0c0059a269f31ed3b6dd99b65546adcb0.zip
Fix spacing oops
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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