Skip to content
Snippets Groups Projects
Commit ba3a541b authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

dockerfile

parent 5a20ce50
No related branches found
No related tags found
1 merge request!100chore(deps): update node.js
Pipeline #72512 passed
This commit is part of merge request !100. Comments created here will be created in the context of that merge request.
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
FROM node:20-alpine AS build-stage
FROM node:18-alpine AS build-stage
WORKDIR /app
COPY package.json /app/
......
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