Skip to content
Snippets Groups Projects
Verified Commit 38277e9f authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Reorganize folder structure and add necessary dependencies

 * AWS S3 client
 * Bootstrap
 * Bootstrap icons
 * OpenAPI code generator
parent 9a6ea826
No related branches found
No related tags found
1 merge request!22Version 1.0.0
Showing
with 2 additions and 2 deletions
......@@ -5,7 +5,7 @@ WORKDIR /app
COPY package.json ./
COPY package-lock.json ./
RUN npm install
COPY . .
COPY ProxyAPI-UI .
RUN npm run build
# production stage
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
@import "./base.css";
@import "base.css";
#app {
max-width: 1280px;
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment