Update Dockerfile

I believe this is the right folder now, after https://github.com/spotify/backstage/pull/895
This commit is contained in:
Alex Eftimie
2020-05-21 05:47:35 +02:00
committed by GitHub
parent 88635f7f63
commit 3077c3b829
+1 -1
View File
@@ -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