Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlight-bu committed Sep 27, 2024
1 parent d9fe55a commit 0c74b45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/client/Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN npm run build
FROM nginx:alpine

# Copy the shared Nginx configuration template from the host machine
COPY ./config/nginx.conf.template /etc/nginx/nginx.conf.template
COPY nginx.conf.template /etc/nginx/nginx.conf.template

# Copy your web files to the container
COPY --from=build /app/build /usr/share/nginx/html
Expand All @@ -34,7 +34,7 @@ COPY --from=build /app/build /usr/share/nginx/html
EXPOSE 80

# Copy the shared entrypoint script from the config folder (relative to the build context)
COPY ./config/entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /entrypoint.sh

# Make the entrypoint script executable
RUN chmod +x /entrypoint.sh
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0c74b45

Please sign in to comment.