This website works better with JavaScript
Home
Explore
Project
Register
Sign In
lyq-docker
/
docker-images
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
2d6f86706e
Branches
Tags
master
docker-images
/
springboot
/
frontend
/
Dockerfile
Dockerfile
71 B
History
Raw
1
2
3
4
5
6
7
FROM node:18-alpine
WORKDIR /app
COPY package.json .
RUN npm install