✏️ Removed Dockerfile
This commit is contained in:
20
Dockerfile
20
Dockerfile
@@ -1,20 +0,0 @@
|
||||
FROM node:17.3-alpine
|
||||
LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
|
||||
|
||||
RUN mkdir -p /usr/src/threetwo
|
||||
WORKDIR /usr/src/threetwo
|
||||
|
||||
COPY package.json /usr/src/threetwo
|
||||
COPY yarn.lock /usr/src/threetwo
|
||||
COPY nodemon.json /usr/src/threetwo
|
||||
COPY jsdoc.json /usr/src/threetwo
|
||||
|
||||
# RUN apt-get update && apt-get install -y git python3 build-essential autoconf automake g++ libpng-dev make
|
||||
RUN apk --no-cache add g++ make libpng-dev python3 git libc6-compat autoconf automake bash libjpeg-turbo-dev libpng-dev mesa-dev mesa libxi build-base gcc libtool nasm
|
||||
RUN yarn --ignore-engines
|
||||
|
||||
|
||||
COPY . /usr/src/threetwo
|
||||
EXPOSE 3050
|
||||
|
||||
ENTRYPOINT [ "npm", "start" ]
|
||||
@@ -34,23 +34,6 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
# metadata-api:
|
||||
# build:
|
||||
# context: https://github.com/rishighan/threetwo-metadata-service.git
|
||||
# image: frishi/threetwo-metadata-service
|
||||
# container_name: metadata-api
|
||||
# ports:
|
||||
# - "3080:3080"
|
||||
# volumes:
|
||||
# - *comics-volume
|
||||
# - *userdata-volume
|
||||
# environment:
|
||||
# SERVICES: api
|
||||
# env_file: docker-compose.env
|
||||
# depends_on:
|
||||
# - redis
|
||||
# networks:
|
||||
# - proxy
|
||||
|
||||
metadata-service:
|
||||
build:
|
||||
@@ -70,27 +53,6 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
# core-api:
|
||||
# build:
|
||||
# context: https://github.com/rishighan/threetwo-core-service.git
|
||||
# image: frishi/threetwo-core-service
|
||||
# container_name: core-api
|
||||
# ports:
|
||||
# - "3000:3000"
|
||||
# - "3001:3001"
|
||||
# environment:
|
||||
# SERVICES: api
|
||||
# env_file: docker-compose.env
|
||||
# volumes:
|
||||
# - *comics-volume
|
||||
# - *userdata-volume
|
||||
# depends_on:
|
||||
# - redis
|
||||
# - db
|
||||
# - elasticsearch
|
||||
# networks:
|
||||
# - proxy
|
||||
|
||||
core-services:
|
||||
build:
|
||||
context: https://github.com/rishighan/threetwo-core-service.git
|
||||
|
||||
Reference in New Issue
Block a user