mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-18 07:19:15 -06:00
fix path
This commit is contained in:
2
docker/dist/client.Dockerfile
vendored
2
docker/dist/client.Dockerfile
vendored
@@ -23,7 +23,7 @@ RUN npm run build
|
||||
|
||||
FROM nginx:1.27.1-alpine
|
||||
|
||||
COPY ./server/docker/dist/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY ./docker/dist/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
COPY --from=build /app/env.sh /docker-entrypoint.d/env.sh
|
||||
RUN chmod +x /docker-entrypoint.d/env.sh
|
||||
|
||||
Reference in New Issue
Block a user