Skip to content

Commit

Permalink
remove comments from dockerfile, remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim Ritter committed Oct 26, 2023
1 parent 86ea6c2 commit ed77d9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Stage 1: Build the Vue app
FROM node:18 as client-builder
# ENV VITE_SERVER_URL "http://localhost"
# ENV VITE_SERVER_PORT "3000"
WORKDIR /app/client
COPY client/package*.json ./
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion client/src/utils/table/CustomTableHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</template>

<script setup lang="ts">
import { defineProps, ref, onBeforeMount, onMounted } from "vue";
import { ref, onBeforeMount, onMounted } from "vue";
import * as tableUtils from "@/utils/table/tableUtils";
import { useAppBarStore } from "@/store/app";
Expand Down

0 comments on commit ed77d9a

Please sign in to comment.