Skip to content
Snippets Groups Projects
Commit 3685ef13 authored by s80984's avatar s80984
Browse files

change test pipeline creating mongo

parent f81e9407
No related branches found
No related tags found
No related merge requests found
Pipeline #14271 failed
......@@ -5,13 +5,12 @@ FROM node:16
WORKDIR /usr/src/app
# COPY ./client/package*.json ./
COPY package*.json ./
COPY ./app/server/package*.json ./
RUN npm install
# Bundle app source
COPY . .
COPY ./app/server .
EXPOSE 3002
# CMD [ "npm", "start" ]
CMD [ "npm", "run", "test" ]
EXPOSE 3002
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