Skip to content
Snippets Groups Projects
Commit d91bde59 authored by Markus Grigull's avatar Markus Grigull
Browse files

Fix for mongodb on linux

Change nodejs to latest version
parent 7544052c
No related branches found
No related tags found
No related merge requests found
FROM node:argon
FROM node:latest
# Bundle app source
COPY . .
......
......@@ -12,3 +12,4 @@ services:
database:
image: mongo:latest
user: mongodb
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