From 3077c3b829815c7b6b029f140bfc3f922c1571ce Mon Sep 17 00:00:00 2001 From: Alex Eftimie Date: Thu, 21 May 2020 05:47:35 +0200 Subject: [PATCH] Update Dockerfile I believe this is the right folder now, after https://github.com/spotify/backstage/pull/895 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d536de268..86595ea5a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM nginx:mainline # The safest way to build this image is to use `yarn docker-build` -COPY packages/app/build /usr/share/nginx/html +COPY packages/app/dist /usr/share/nginx/html COPY docker/default.conf.template /etc/nginx/conf.d/default.conf.template COPY docker/run.sh /usr/local/bin/run.sh CMD run.sh