Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Jul 22, 2023
1 parent b51b112 commit d63c3aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ RUN mv $DIR/build/* $DIR/builds/acceptance/
# Use the official Nginx image as the final stage
FROM nginx:stable-alpine

# Install ca-certificates to handle SSL certificate verification
# Install libx11 for Nginx (if needed)
RUN apk update && apk add --no-cache ca-certificates && update-ca-certificates && apk add --no-cache libx11


# Copy the nginx configuration
ADD nginx.conf /etc/nginx/nginx.conf

Expand Down

0 comments on commit d63c3aa

Please sign in to comment.