4 lines
69 B
Docker
4 lines
69 B
Docker
# Dockerfile.frontend
|
|
FROM node:18-alpine
|
|
|
|
RUN apk add --no-cache git |