forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docker: Upgrade Ubuntu to 19.10 (grafana#22306)
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,14 +27,14 @@ COPY packages packages | |
RUN yarn install --pure-lockfile | ||
|
||
COPY Gruntfile.js tsconfig.json .eslintrc .browserslistrc ./ | ||
COPY public public | ||
COPY public public | ||
COPY scripts scripts | ||
COPY emails emails | ||
|
||
ENV NODE_ENV production | ||
RUN ./node_modules/.bin/grunt build | ||
|
||
FROM ubuntu:18.10 | ||
FROM ubuntu:19.10 | ||
|
||
LABEL maintainer="Grafana team <[email protected]>" | ||
EXPOSE 3000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters