Skip to content
Snippets Groups Projects
Commit fbcf1371 authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

add Dockerfile for db

parent e8210d3f
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ WORKDIR /app ...@@ -6,6 +6,8 @@ WORKDIR /app
# Install app dependencies # Install app dependencies
COPY package*.json ./ COPY package*.json ./
ENV NODE_ENV=production
# Native dependencies # Native dependencies
RUN apk add --no-cache make gcc g++ python RUN apk add --no-cache make gcc g++ python
......
FROM postgres:alpine
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment