Skip to content
Snippets Groups Projects
Commit 06b688c5 authored by Stanley Ragava's avatar Stanley Ragava Committed by Barbare Antoine
Browse files

correction de la syntaxe d'une commande bloquant le build

parent 443f93c4
No related branches found
No related tags found
1 merge request!18Correction vulnérabilités Dokuwiki
......@@ -2,7 +2,7 @@ FROM nginx:mainline-alpine
# Remove default configuration and add our custom Nginx configuration files
RUN rm /etc/nginx/conf.d/default.conf \
&& apk add --no-cache curl
&& apk --no-cache add curl
COPY ["./mattermost", "./mattermost-ssl", "/etc/nginx/sites-available/"]
COPY ./security.conf /etc/nginx/conf.d/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment