-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
22 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
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 |
---|---|---|
|
@@ -3,11 +3,7 @@ | |
# We label our stage as 'builder' | ||
FROM node:12-stretch as builder | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
# The qq is for silent output in the console | ||
# You are welcome to modify this part as it | ||
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev | ||
LABEL maintainer="[email protected]" | ||
|
||
# Sets the path where the app is going to be installed | ||
ENV NODE_ROOT /usr/app/ | ||
|
@@ -33,7 +29,7 @@ RUN npm run build-prod | |
|
||
FROM daschswiss/nginx-server:v1.1.1 | ||
|
||
LABEL maintainer="[email protected]" | ||
LABEL maintainer="[email protected]" | ||
|
||
RUN rm -rf /public/* | ||
|
||
|
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