Skip to content

Commit d06e619

Browse files
committed
fixing context for dockerfile - tat service
1 parent bb8cba0 commit d06e619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/tat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FROM nginx:alpine
3232
COPY --from=build /app/dist/editor/ /usr/share/nginx/html
3333

3434
# Add a static health check file
35-
COPY ./healthcheck.html /usr/share/nginx/html/
35+
COPY services/tat/healthcheck.html /usr/share/nginx/html/
3636

3737
# Copy a custom Nginx configuration file, if needed (optional)
3838
# COPY nginx.conf /etc/nginx/nginx.conf

0 commit comments

Comments
 (0)