8 lines
75 B
Docker
8 lines
75 B
Docker
FROM node
|
|
|
|
RUN npx semantic-release@18
|
|
|
|
COPY . .
|
|
|
|
RUN npx semantic-release
|