Fix jwt-token
This commit is contained in:
@@ -36,8 +36,8 @@ RUN apk add --no-cache curl
|
||||
# Copy built application from builder stage
|
||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||
|
||||
# Copy custom nginx configuration
|
||||
COPY docker/nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||
# Copy nginx configuration
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Create nginx user and set permissions
|
||||
RUN chown -R nginx:nginx /usr/share/nginx/html && \
|
||||
|
||||
Reference in New Issue
Block a user