cleanup
This commit is contained in:
parent
a5f809eca5
commit
78b9522d03
9
.dockerignore
Normal file
9
.dockerignore
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
.github
|
||||||
|
.idea
|
||||||
|
vscode
|
||||||
|
node_modules
|
||||||
|
Dockerfile
|
||||||
|
docker-compose.yml
|
||||||
|
.env*
|
||||||
|
.dockerignore
|
||||||
|
.gitignore
|
1
.env
1
.env
@ -1,2 +1 @@
|
|||||||
TOKEN=
|
|
||||||
TICKERS=AAPL,GOLD,GOOG,NASD,NVDA
|
TICKERS=AAPL,GOLD,GOOG,NASD,NVDA
|
||||||
|
@ -4,7 +4,7 @@ ARG PORT
|
|||||||
ENV PORT=$PORT
|
ENV PORT=$PORT
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install && npm run build
|
RUN npm install && npm run build && rm -rf src
|
||||||
|
|
||||||
CMD ["node", "dist/main.js"]
|
CMD ["node", "dist/main.js"]
|
||||||
EXPOSE $PORT
|
EXPOSE $PORT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user