shifting-git-host
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
FROM ubuntu:latest
|
||||
FROM docker.io/library/node:21-alpine
|
||||
LABEL authors="lucasoskorep"
|
||||
|
||||
ENTRYPOINT ["top", "-b"]
|
||||
WORKDIR /app
|
||||
|
||||
COPY mta-sign-ui/* .
|
||||
|
||||
RUN corepack enable
|
||||
|
||||
RUN yarn set version stable
|
||||
RUN yarn --version
|
||||
RUN yarn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user