We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
懒狗的建议是催动人类进步一大步[🐶]
The text was updated successfully, but these errors were encountered:
真巧,我做了
https://github.com/MrWQ/sqlfather-docker
Sorry, something went wrong.
FROM node:16.15.0-alpine WORKDIR /app COPY dist /app/dist EXPOSE 3000 RUN yarn global add serve CMD ["serve", "/app/dist"]
FROM maven:3.8.1-jdk-8-slim as builder WORKDIR /app COPY target/sql-boy-backend-0.0.1-SNAPSHOT.jar . EXPOSE 8102 CMD ["java","-jar","/app/sql-father-backend-0.0.1-SNAPSHOT.jar"]
No branches or pull requests
懒狗的建议是催动人类进步一大步[🐶]
The text was updated successfully, but these errors were encountered: