diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-04-12 17:44:20 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-04-12 17:44:20 -0400 |
commit | 290e1694efacc8bfea62b78538cb9d40003f62f6 (patch) | |
tree | b78ec0f353c144920806e2307c4668329caf6237 /Dockerfile | |
parent | 257fb5d0479c835c72477afe966ae3c81a922c3c (diff) |
add mark for removal of mask mandate
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ RUN yarn COPY . ./ RUN yarn build -FROM cr.galenguyer.com/nginx/spa:latest +FROM cr.galenguyer.com/nginx:spa COPY --from=build-deps /usr/src/app/build /usr/share/nginx/html/ |