Skip to content

Commit

Permalink
Update image app LABEL
Browse files Browse the repository at this point in the history
  • Loading branch information
daumie committed May 14, 2019
1 parent 7f85a31 commit 497d5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yarn build

# Server the production build created with NginX
FROM nginx:1.13.9-alpine
LABEL app="sfn-client"
LABEL app="websiteone-fe"

COPY --from=production-build ./dist /usr/share/nginx/html
COPY docker-config/vhost.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 497d5ce

Please sign in to comment.