-
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
1 parent
5cfca16
commit 49b6b35
Showing
5 changed files
with
1,132 additions
and
27 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 |
---|---|---|
|
@@ -10,10 +10,10 @@ ENV PATH /app/node_modules/.bin:$PATH | |
COPY package.json ./ | ||
COPY package-lock.json ./ | ||
RUN npm install --silent | ||
# RUN npm install [email protected] -g --silent | ||
|
||
# add app | ||
COPY . ./ | ||
RUN npm run build | ||
RUN serve -s build -p 3000 & | ||
|
||
|
||
# start app | ||
CMD ["npm", "start"] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.